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

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47269 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Olle Johansson 19 years ago
parent 15678d4c86
commit b557aeda38

@ -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)

Loading…
Cancel
Save