Initialize http variable.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2759 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-09-19 22:57:25 +00:00
parent 980d2d8aeb
commit 55c160506c
1 changed files with 1 additions and 1 deletions

View File

@ -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;