提交 5694445a authored 作者: Michael Jerris's avatar Michael Jerris

potentially uninitialized variable.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4243 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 f5de340d
......@@ -969,7 +969,7 @@ static void do_invite(switch_core_session_t *session)
switch_stream_handle_t stream = {0};
switch_hash_index_t *hi;
void *vval;
char *extra_headers;
char *extra_headers = NULL;
const void *vvar;
channel = switch_core_session_get_channel(session);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论