update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2975 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
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;
|
||||
|
|
Loading…
Reference in New Issue