]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Issue 8303 (lrizzo) - break instead of continue.
authorOlle Johansson <oej@edvina.net>
Tue, 7 Nov 2006 17:30:17 +0000 (17:30 +0000)
committerOlle Johansson <oej@edvina.net>
Tue, 7 Nov 2006 17:30:17 +0000 (17:30 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@47268 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 489351155e16a0a23eaa5845d1f3981c5bcd08aa..9b744f076221250b57aada6bb851e0330f4cc07e 100644 (file)
@@ -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)