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;
 }

_______________________________________________
Asterisk-Cvs mailing list
Asterisk-Cvs@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to