From c6f8c6c35719b1ae010b01f6aa5beec113d3b4c2 Mon Sep 17 00:00:00 2001 From: citats Date: Tue, 18 May 2004 07:02:39 +0000 Subject: Fix nethdlc up/down/up freezing issue git-svn-id: http://svn.digium.com/svn/zaptel/trunk@394 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'zaptel.c') diff --git a/zaptel.c b/zaptel.c index 8789a11..6be59c3 100755 --- a/zaptel.c +++ b/zaptel.c @@ -1234,6 +1234,7 @@ static void zt_net_close(hdlc_device *hdlc) } /* Not much to do here. Just deallocate the buffers */ zt_reallocbufs(ms, 0, 0); + hdlc_close(hdlc); #ifndef LINUX26 MOD_DEC_USE_COUNT; #endif -- cgit v1.2.3