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:
parent
6af0fc2c71
commit
dfb49c9a66
|
@ -485,7 +485,7 @@ SWITCH_STANDARD_API(fifo_api_function)
|
||||||
{
|
{
|
||||||
int len = 0;
|
int len = 0;
|
||||||
fifo_node_t *node;
|
fifo_node_t *node;
|
||||||
char *data;
|
char *data = NULL;
|
||||||
int argc = 0;
|
int argc = 0;
|
||||||
char *argv[5] = { 0 };
|
char *argv[5] = { 0 };
|
||||||
switch_hash_index_t *hi;
|
switch_hash_index_t *hi;
|
||||||
|
|
Loading…
Reference in New Issue