[Asterisk-cvs] asterisk/channels chan_sip.c,1.844,1.845

russell russell
Thu Sep 8 11:34:23 CDT 2005


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

Modified Files:
	chan_sip.c 
Log Message:
add missing break (issue #5154)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.844
retrieving revision 1.845
diff -u -d -r1.844 -r1.845
--- chan_sip.c	7 Sep 2005 23:29:17 -0000	1.844
+++ chan_sip.c	8 Sep 2005 15:34:38 -0000	1.845
@@ -8912,6 +8912,7 @@
 	switch (resp) {
 	case 100:	/* Trying */
 		sip_cancel_destroy(p);
+		break;
 	case 180:	/* 180 Ringing */
 		sip_cancel_destroy(p);
 		if (!ignore && p->owner) {




More information about the svn-commits mailing list