[Asterisk-cvs] asterisk/channels chan_sip.c,1.510.2.62,1.510.2.63
russell at lists.digium.com
russell at lists.digium.com
Wed May 18 22:59:24 CDT 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv9669/channels
Modified Files:
Tag: v1-0
chan_sip.c
Log Message:
close sip socket on unload (bug #4152)
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.510.2.62
retrieving revision 1.510.2.63
diff -u -d -r1.510.2.62 -r1.510.2.63
--- chan_sip.c 16 May 2005 17:54:55 -0000 1.510.2.62
+++ chan_sip.c 19 May 2005 03:04:25 -0000 1.510.2.63
@@ -9329,7 +9329,9 @@
ast_mutex_destroy(&userl.lock);
ast_mutex_destroy(&peerl.lock);
ast_mutex_destroy(®l.lock);
-
+
+ close(sipsock);
+
return 0;
}
More information about the svn-commits
mailing list