[asterisk-commits] oej: branch 1.4 r47268 -
/branches/1.4/channels/chan_sip.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Nov 7 10:30:18 MST 2006
Author: oej
Date: Tue Nov 7 11:30:17 2006
New Revision: 47268
URL: http://svn.digium.com/view/asterisk?rev=47268&view=rev
Log:
Issue 8303 (lrizzo) - break instead of continue.
Modified:
branches/1.4/channels/chan_sip.c
Modified: branches/1.4/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_sip.c?rev=47268&r1=47267&r2=47268&view=diff
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Tue Nov 7 11:30:17 2006
@@ -8413,7 +8413,7 @@
if (!match) {
ast_mutex_unlock(&sip_pvt_ptr->lock);
- break;
+ continue;
}
if (option_debug > 3 && totag)
More information about the asterisk-commits
mailing list