提交 5a9481d9 authored 作者: Michael Jerris's avatar Michael Jerris

silence logically protected warning.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6648 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 d90aa5f0
...@@ -1441,7 +1441,7 @@ static switch_call_cause_t user_outgoing_channel(switch_core_session_t *session, ...@@ -1441,7 +1441,7 @@ static switch_call_cause_t user_outgoing_channel(switch_core_session_t *session,
switch_caller_profile_t *outbound_profile, switch_caller_profile_t *outbound_profile,
switch_core_session_t **new_session, switch_memory_pool_t **pool) switch_core_session_t **new_session, switch_memory_pool_t **pool)
{ {
switch_xml_t x_domain, xml = NULL, x_user, x_param, x_params; switch_xml_t x_domain = NULL, xml = NULL, x_user = NULL, x_param, x_params;
char *user = NULL, *domain = NULL; char *user = NULL, *domain = NULL;
const char *dest = NULL; const char *dest = NULL;
static switch_call_cause_t cause; static switch_call_cause_t cause;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论