Skip to content
Snippets Groups Projects
Commit b557aeda authored by Olle Johansson's avatar Olle Johansson
Browse files

Break -> continue to make stuff work... Thanks, Luigi!

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47269 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 15678d4c
No related branches found
No related tags found
No related merge requests found
......@@ -8528,7 +8528,7 @@ static struct sip_pvt *get_sip_pvt_byid_locked(const char *callid, const char *t
 
if (!match) {
sip_pvt_unlock(sip_pvt_ptr);
break;
continue;
}
 
if (option_debug > 3 && totag)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment