mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-30 07:41:39 +00:00
Add missing break
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2747 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user