From 6355091e0b32f5361d0457a8d921ed8c708659d8 Mon Sep 17 00:00:00 2001 From: Brian West Date: Sun, 8 Apr 2007 04:41:10 +0000 Subject: [PATCH] fix warning as error git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4890 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_commands/mod_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 411e9a96dd..1d97002322 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -900,7 +900,7 @@ static switch_status_t show_function(char *data, switch_core_session_t *session, 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;