From: Brian West Date: Sun, 24 Jan 2010 21:12:04 +0000 (+0000) Subject: shut the compiler up X-Git-Tag: v1.0.6~602 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=295966bcafae32667e482d4088a1ec24f6f7960b;p=thirdparty%2Ffreeswitch.git shut the compiler up git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16506 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 998303ac7c..d32799f727 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -1443,7 +1443,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi { char *ref_to, *ref_by; 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))) { switch_core_session_t *rsession;