From: Olle Johansson Date: Tue, 7 Nov 2006 17:30:17 +0000 (+0000) Subject: Issue 8303 (lrizzo) - break instead of continue. X-Git-Tag: 1.4.0-beta4~191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=647fb52e31b6d2d5ae8022a4f5d1a7e849edf823;p=thirdparty%2Fasterisk.git Issue 8303 (lrizzo) - break instead of continue. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@47268 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 489351155e..9b744f0762 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -8413,7 +8413,7 @@ static struct sip_pvt *get_sip_pvt_byid_locked(const char *callid, const char *t if (!match) { ast_mutex_unlock(&sip_pvt_ptr->lock); - break; + continue; } if (option_debug > 3 && totag)