[Asterisk-cvs] asterisk/channels chan_sip.c,1.723,1.724

kpfleming at lists.digium.com kpfleming at lists.digium.com
Tue May 3 20:07:54 CDT 2005


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv10422/channels

Modified Files:
	chan_sip.c 
Log Message:
ensure the SIP socket is closed on module unload (bug #4149)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.723
retrieving revision 1.724
diff -u -d -r1.723 -r1.724
--- chan_sip.c	3 May 2005 23:51:20 -0000	1.723
+++ chan_sip.c	4 May 2005 00:14:58 -0000	1.724
@@ -11200,6 +11200,7 @@
 	ASTOBJ_CONTAINER_DESTROY(&regl);
 
 	clear_realm_authentication(authl);
+	close(sipsock);
 		
 	return 0;
 }




More information about the svn-commits mailing list