forked from Mirrors/freeswitch
whitespace
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14793 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c14fb111f1
commit
b723ce49ad
@ -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")) {
|
||||
|
Loading…
Reference in New Issue
Block a user