mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
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")) {
|
} else if (!strcasecmp(var, "context")) {
|
||||||
profile->context = switch_core_strdup(profile->pool, val);
|
profile->context = switch_core_strdup(profile->pool, val);
|
||||||
} else if (!strcasecmp(var, "local-network-acl")) {
|
} else if (!strcasecmp(var, "local-network-acl")) {
|
||||||
if (!strcasecmp(var, "none")) {
|
if (!strcasecmp(val, "none")) {
|
||||||
profile->local_network = NULL;
|
profile->local_network = NULL;
|
||||||
} else {
|
} else {
|
||||||
profile->local_network = switch_core_strdup(profile->pool, val);
|
profile->local_network = switch_core_strdup(profile->pool, val);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user