Skip to content
Snippets Groups Projects
Commit b4d0f26d authored by Joshua Colp's avatar Joshua Colp
Browse files

You see nothing...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41696 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a8455878
Branches
Tags
No related merge requests found
...@@ -1002,7 +1002,7 @@ static int waitstream_core(struct ast_channel *c, const char *breakon, ...@@ -1002,7 +1002,7 @@ static int waitstream_core(struct ast_channel *c, const char *breakon,
} }
if (ms < 0) if (ms < 0)
ms = 1000; ms = 1000;
if (cmdfd > -1) { if (cmdfd < 0) {
res = ast_waitfor(c, ms); res = ast_waitfor(c, ms);
if (res < 0) { if (res < 0) {
ast_log(LOG_WARNING, "Select failed (%s)\n", strerror(errno)); ast_log(LOG_WARNING, "Select failed (%s)\n", strerror(errno));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment