[asterisk-commits] file: trunk r41696 - /trunk/main/file.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Sep 1 09:50:03 MST 2006
Author: file
Date: Fri Sep 1 11:50:02 2006
New Revision: 41696
URL: http://svn.digium.com/view/asterisk?rev=41696&view=rev
Log:
You see nothing...
Modified:
trunk/main/file.c
Modified: trunk/main/file.c
URL: http://svn.digium.com/view/asterisk/trunk/main/file.c?rev=41696&r1=41695&r2=41696&view=diff
==============================================================================
--- trunk/main/file.c (original)
+++ trunk/main/file.c Fri Sep 1 11:50:02 2006
@@ -1002,7 +1002,7 @@
}
if (ms < 0)
ms = 1000;
- if (cmdfd > -1) {
+ if (cmdfd < 0) {
res = ast_waitfor(c, ms);
if (res < 0) {
ast_log(LOG_WARNING, "Select failed (%s)\n", strerror(errno));
More information about the asterisk-commits
mailing list