FS-3868 --resolve

This commit is contained in:
Anthony Minessale 2012-02-02 16:17:57 -06:00
parent 435879d613
commit 12907b454c
1 changed files with 1 additions and 1 deletions

View File

@ -3360,7 +3360,7 @@ switch_status_t reconfig_sofia(sofia_profile_t *profile)
} else if (!strcasecmp(var, "context")) {
profile->context = switch_core_strdup(profile->pool, val);
} else if (!strcasecmp(var, "local-network-acl")) {
if (!strcasecmp(var, "none")) {
if (!strcasecmp(val, "none")) {
profile->local_network = NULL;
} else {
profile->local_network = switch_core_strdup(profile->pool, val);