Skip to content
Snippets Groups Projects
Commit b043f8ab authored by Russell Bryant's avatar Russell Bryant
Browse files

Don't act surprised if we get a -1 indication.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@184515 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 37b5a29d
No related branches found
No related tags found
No related merge requests found
...@@ -1234,6 +1234,7 @@ static int waitstream_core(struct ast_channel *c, const char *breakon, ...@@ -1234,6 +1234,7 @@ static int waitstream_core(struct ast_channel *c, const char *breakon,
case AST_CONTROL_SRCUPDATE: case AST_CONTROL_SRCUPDATE:
case AST_CONTROL_HOLD: case AST_CONTROL_HOLD:
case AST_CONTROL_UNHOLD: case AST_CONTROL_UNHOLD:
case -1:
/* Unimportant */ /* Unimportant */
break; break;
default: default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment