mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-26 19:57:42 +00:00
FS-3422 --resolve typo
This commit is contained in:
parent
2932c1fa17
commit
6925af68e0
@ -3636,7 +3636,7 @@ switch_status_t config_sofia(int reload, char *profile_name)
|
|||||||
profile->client_rport_level = 1;
|
profile->client_rport_level = 1;
|
||||||
} else if (val && !strcasecmp(val, "server-only")) {
|
} else if (val && !strcasecmp(val, "server-only")) {
|
||||||
profile->client_rport_level = 0;
|
profile->client_rport_level = 0;
|
||||||
profile->client_rport_level = 1;
|
profile->server_rport_level = 1;
|
||||||
} else if (switch_true(val)) {
|
} else if (switch_true(val)) {
|
||||||
profile->server_rport_level = 2;
|
profile->server_rport_level = 2;
|
||||||
profile->client_rport_level = 1;
|
profile->client_rport_level = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user