Minor fixup

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1224 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-07-26 19:24:09 +00:00
parent ecf50fcee8
commit b03498907b

View File

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