mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
Merged revisions 184515 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r184515 | russell | 2009-03-26 20:40:28 -0500 (Thu, 26 Mar 2009) | 2 lines Don't act surprised if we get a -1 indication. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@184517 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1234,6 +1234,7 @@ static int waitstream_core(struct ast_channel *c, const char *breakon,
|
||||
case AST_CONTROL_SRCUPDATE:
|
||||
case AST_CONTROL_HOLD:
|
||||
case AST_CONTROL_UNHOLD:
|
||||
case -1:
|
||||
/* Unimportant */
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user