]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix release build for mod_fifo. svn:ignore props.
authorMichael Jerris <mike@jerris.com>
Mon, 29 Oct 2007 20:49:22 +0000 (20:49 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 29 Oct 2007 20:49:22 +0000 (20:49 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6088 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_fifo/mod_fifo.c

index 798ca166c1f82e2b6402a1f62f0ae2dc02a258a8..e3334e588e18d13ace36f25b1db59e0d1e4ed39c 100644 (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;