[svn-commits] oej: trunk r47269 - in /trunk: ./ channels/chan_sip.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Tue Nov 7 10:33:24 MST 2006
Author: oej
Date: Tue Nov 7 11:33:24 2006
New Revision: 47269
URL: http://svn.digium.com/view/asterisk?rev=47269&view=rev
Log:
Break -> continue to make stuff work... Thanks, Luigi!
Modified:
trunk/ (props changed)
trunk/channels/chan_sip.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?rev=47269&r1=47268&r2=47269&view=diff
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Tue Nov 7 11:33:24 2006
@@ -8528,7 +8528,7 @@
if (!match) {
sip_pvt_unlock(sip_pvt_ptr);
- break;
+ continue;
}
if (option_debug > 3 && totag)
More information about the svn-commits
mailing list