From 55c160506c4d0cba98b9edfa99242d777d70abf9 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 19 Sep 2006 22:57:25 +0000 Subject: [PATCH] Initialize http variable. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2759 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 6fd2597de1..ad1a0ecd23 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -39,7 +39,7 @@ static switch_status_t status_function(char *cmd, switch_core_session_t *session { uint8_t html = 0; switch_core_time_duration_t duration; - char *http; + char *http = NULL; if (session) { return SWITCH_STATUS_FALSE;