提交 12907b45 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-3868 --resolve

上级 435879d6
...@@ -3360,7 +3360,7 @@ switch_status_t reconfig_sofia(sofia_profile_t *profile) ...@@ -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);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论