fix release build for mod_fifo. svn:ignore props.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6088 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-10-29 20:49:22 +00:00
parent 6af0fc2c71
commit dfb49c9a66
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ SWITCH_STANDARD_API(fifo_api_function)
{
int len = 0;
fifo_node_t *node;
char *data;
char *data = NULL;
int argc = 0;
char *argv[5] = { 0 };
switch_hash_index_t *hi;