aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-07 17:30:17 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-07 17:30:17 +0000
commitc1f78f4d7f439d4a0e1a5c934d5b30260c4c6337 (patch)
tree3618906cb381d2f5341994b8dc5814f70f21b96c /channels/chan_sip.c
parentc5f10c46741cd92157e6c0d63e89749a309fe6b9 (diff)
Issue 8303 (lrizzo) - break instead of continue.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47268 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 489351155..9b744f076 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)