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

Freeswitch SVN anthm at freeswitch.org
Thu Oct 5 00:23:13 EDT 2006


Author: anthm
Date: Thu Oct  5 00:23:13 2006
New Revision: 2975

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

Log:
update

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	Thu Oct  5 00:23:13 2006
@@ -3009,7 +3009,6 @@
 			}
 			if (profile) {
 				if ((registrations = switch_xml_child(xprofile, "registrations"))) {
-					uint32_t reg_count = 0;
 					for (registration = switch_xml_child(registrations, "registration"); registration; registration = registration->next) {
 						char *name = (char *) switch_xml_attr_soft(registration, "name");
 						outbound_reg_t *oreg;



More information about the Freeswitch-svn mailing list