[Freeswitch-svn] [commit] r13282 - freeswitch/trunk/src/mod/applications/mod_fifo
FreeSWITCH SVN
mrene at freeswitch.org
Mon May 11 20:42:11 PDT 2009
Author: mrene
Date: Mon May 11 22:42:11 2009
New Revision: 13282
Log:
doh
Modified:
freeswitch/trunk/src/mod/applications/mod_fifo/mod_fifo.c
Modified: freeswitch/trunk/src/mod/applications/mod_fifo/mod_fifo.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_fifo/mod_fifo.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_fifo/mod_fifo.c Mon May 11 22:42:11 2009
@@ -2168,7 +2168,7 @@
stop_node_thread();
}
- while (hi = switch_hash_first(NULL, globals.fifo_hash)) {
+ while ((hi = switch_hash_first(NULL, globals.fifo_hash))) {
int x = 0;
switch_hash_this(hi, NULL, NULL, &val);
node = (fifo_node_t *) val;
More information about the Freeswitch-svn
mailing list