Add missing break

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2747 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 21 years ago
parent 025ae183eb
commit 3534419f14

@ -630,6 +630,7 @@ static void wakeup_sub(struct zt_pvt *p, int a)
} else { } else {
ast_queue_frame(p->subs[a].owner, &null); ast_queue_frame(p->subs[a].owner, &null);
ast_mutex_unlock(&p->subs[a].owner->lock); ast_mutex_unlock(&p->subs[a].owner->lock);
break;
} }
} else } else
break; break;

Loading…
Cancel
Save