fixing patch

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17095 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2010-03-25 00:27:20 +00:00
parent 80b9db179b
commit cefb4188ea
4 changed files with 6 additions and 27 deletions
+3 -3
View File
@@ -2023,9 +2023,9 @@ static void parse_gateways(sofia_profile_t *profile, switch_xml_t gateways_tag)
gateway->freq = 3600;
}
sofia_reg_add_gateway(profile, gateway->name, gateway);
gateway->next = profile->gateways;
profile->gateways = gateway;
sofia_reg_add_gateway(profile->name, gateway->name, gateway);
}
skip: