git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13282 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2009-05-12 03:42:11 +00:00
parent 82506a1aba
commit 19d9f3db4e
1 changed files with 1 additions and 1 deletions

View File

@ -2168,7 +2168,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_fifo_shutdown)
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;