[Asterisk-cvs] asterisk/channels chan_sip.c,1.532,1.533

markster at lists.digium.com markster at lists.digium.com
Tue Oct 12 18:01:46 CDT 2004


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

Modified Files:
	chan_sip.c 
Log Message:
One more temp vs. dynamic


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.532
retrieving revision 1.533
diff -u -d -r1.532 -r1.533
--- chan_sip.c	12 Oct 2004 21:51:08 -0000	1.532
+++ chan_sip.c	12 Oct 2004 22:02:19 -0000	1.533
@@ -7898,7 +7898,7 @@
 			res = AST_DEVICE_UNKNOWN;
 	}
 
-	if (p && p->dynamic) {
+	if (p && p->temponly) {
 		destroy_peer(p);
 	}
 	return res;




More information about the svn-commits mailing list