Initialize http variable.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2759 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
980d2d8aeb
commit
55c160506c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue