From a62077b3592a81c7224468dcb910499785b4d462 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 3 Jan 2008 01:29:28 +0000 Subject: [PATCH] duplicate var. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7072 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/sofia.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 9c5f3b808b..f675ee6f86 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -1283,7 +1283,6 @@ static void sofia_handle_sip_r_invite(switch_core_session_t *session, int status } if ((status == 180 || status == 183 || status == 200)) { - switch_channel_t *channel = switch_core_session_get_channel(session); const char *astate = "early"; url_t *from = NULL, *to = NULL, *contact = NULL;