[Freeswitch-svn] [commit] r7072 - freeswitch/trunk/src/mod/endpoints/mod_sofia

Freeswitch SVN mikej at freeswitch.org
Wed Jan 2 20:29:29 EST 2008


Author: mikej
Date: Wed Jan  2 20:29:28 2008
New Revision: 7072

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c

Log:
duplicate var.

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c	Wed Jan  2 20:29:28 2008
@@ -1283,7 +1283,6 @@
 		}
 
 		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;
 



More information about the Freeswitch-svn mailing list