potentially uninitialized variable.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4243 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-02-13 21:52:33 +00:00
parent f5de340dcc
commit 5694445ae2
1 changed files with 1 additions and 1 deletions

View File

@ -969,7 +969,7 @@ static void do_invite(switch_core_session_t *session)
switch_stream_handle_t stream = {0}; switch_stream_handle_t stream = {0};
switch_hash_index_t *hi; switch_hash_index_t *hi;
void *vval; void *vval;
char *extra_headers; char *extra_headers = NULL;
const void *vvar; const void *vvar;
channel = switch_core_session_get_channel(session); channel = switch_core_session_get_channel(session);