mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 15:08:53 +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;
|
break;
|
||||||
#endif
|
#endif
|
||||||
case 0:
|
case 0:
|
||||||
|
ast_pthread_mutex_unlock(&p->lock);
|
||||||
return 0;
|
return 0;
|
||||||
default:
|
default:
|
||||||
ast_log(LOG_WARNING, "Don't know how to answer signalling %d (channel %d)\n", p->sig, p->channel);
|
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