From: Jeff Lenk Date: Sat, 30 Jul 2011 00:05:59 +0000 (-0500) Subject: FS-3444 trivial compile fix X-Git-Tag: v1.2-rc1~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=868d8230d1debcf79a87674fd2d21ca9e85cf3b0;p=thirdparty%2Ffreeswitch.git FS-3444 trivial compile fix --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 0ef6a37107..e3f0563796 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -5804,7 +5804,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status, switch_snprintf(st, sizeof(st), "%d", cause); switch_channel_set_variable(channel, "sip_term_cause", st); switch_channel_hangup(channel, cause); - ss_state = nua_callstate_terminated + ss_state = nua_callstate_terminated; }