提交 295966bc authored 作者: Brian West's avatar Brian West

shut the compiler up

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16506 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 e3ea7c61
...@@ -1443,7 +1443,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi ...@@ -1443,7 +1443,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
{ {
char *ref_to, *ref_by; char *ref_to, *ref_by;
const char *uuid; const char *uuid;
const char *call_id = NULL, *to_user = NULL, *to_host = NULL, *to_tag = NULL, *from_tag = NULL, *from_user, *from_host; const char *call_id = NULL, *to_user = NULL, *to_host = NULL, *to_tag = NULL, *from_tag = NULL, *from_user = NULL, *from_host = NULL;
if ((uuid = switch_channel_get_variable(channel, SWITCH_SIGNAL_BOND_VARIABLE))) { if ((uuid = switch_channel_get_variable(channel, SWITCH_SIGNAL_BOND_VARIABLE))) {
switch_core_session_t *rsession; switch_core_session_t *rsession;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论