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:
025ae18
)
Add missing break
author
Mark Spencer
<markster@digium.com>
Thu, 22 Apr 2004 18:41:11 +0000
(18:41 +0000)
committer
Mark Spencer
<markster@digium.com>
Thu, 22 Apr 2004 18:41:11 +0000
(18:41 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2747
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_zap.c
patch
|
blob
|
history
diff --git
a/channels/chan_zap.c
b/channels/chan_zap.c
index
b8de9ae
..
427dca7
100755
(executable)
--- a/
channels/chan_zap.c
+++ b/
channels/chan_zap.c
@@
-630,6
+630,7
@@
static void wakeup_sub(struct zt_pvt *p, int a)
} else {
ast_queue_frame(p->subs[a].owner, &null);
ast_mutex_unlock(&p->subs[a].owner->lock);
+ break;
}
} else
break;