mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Minor fixup
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1224 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1793,6 +1793,7 @@ static int zt_answer(struct ast_channel *ast)
|
||||
break;
|
||||
#endif
|
||||
case 0:
|
||||
ast_pthread_mutex_unlock(&p->lock);
|
||||
return 0;
|
||||
default:
|
||||
ast_log(LOG_WARNING, "Don't know how to answer signalling %d (channel %d)\n", p->sig, p->channel);
|
||||
|
Reference in New Issue
Block a user