projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15678d4
)
Break -> continue to make stuff work... Thanks, Luigi!
author
Olle Johansson
<oej@edvina.net>
Tue, 7 Nov 2006 17:33:24 +0000
(17:33 +0000)
committer
Olle Johansson
<oej@edvina.net>
Tue, 7 Nov 2006 17:33:24 +0000
(17:33 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47269
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
2ec500e
..
fa9902e
100644
(file)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-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)