Add missing break

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2747 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2004-04-22 18:41:11 +00:00
parent 025ae183eb
commit 3534419f14
1 changed files with 1 additions and 0 deletions

View File

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