FS-3868 --resolve
This commit is contained in:
parent
435879d613
commit
12907b454c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue