1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-06 10:26:41 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2975 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-10-05 04:23:13 +00:00
parent 535d4c4d06
commit 82bb3d2a7c

@ -3009,7 +3009,6 @@ static switch_status_t config_sofia(int reload)
}
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;