[Freeswitch-svn] [commit] r4890 - freeswitch/trunk/src/mod/applications/mod_commands

Freeswitch SVN brian at freeswitch.org
Sun Apr 8 00:41:10 EDT 2007


Author: brian
Date: Sun Apr  8 00:41:10 2007
New Revision: 4890

Modified:
   freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c

Log:
fix warning as error

Modified: freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	Sun Apr  8 00:41:10 2007
@@ -900,7 +900,7 @@
 	switch_core_db_t *db = switch_core_db_handle();
 	struct holder holder = { 0 };
 	int help = 0;
-	char *mydata, *argv[5] = {0};
+	char *mydata = NULL, *argv[5] = {0};
 	int argc;
 	char *cmd = NULL, *as = NULL;
 



More information about the Freeswitch-svn mailing list