提交 b723ce49 authored 作者: Michael Jerris's avatar Michael Jerris

whitespace

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14793 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 c14fb111
......@@ -2495,8 +2495,7 @@ switch_status_t config_sofia(int reload, char *profile_name)
} else if (!strcasecmp(var, "enable-3pcc")) {
if (switch_true(val)) {
sofia_set_pflag(profile, PFLAG_3PCC);
}
else if (!strcasecmp(val, "proxy")){
} else if (!strcasecmp(val, "proxy")) {
sofia_set_pflag(profile, PFLAG_3PCC_PROXY);
}
} else if (!strcasecmp(var, "accept-blind-auth")) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论