From: Michael Jerris Date: Mon, 29 Oct 2007 20:49:22 +0000 (+0000) Subject: fix release build for mod_fifo. svn:ignore props. X-Git-Tag: v1.0-beta2~286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfb49c9a666e1a14b90853eed31db68c623e6d13;p=thirdparty%2Ffreeswitch.git 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 --- diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index 798ca166c1..e3334e588e 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -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;