mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 10:26:41 +00:00
FS-6422: --resolve obvious copy and paste error
This commit is contained in:
parent
51e2d9bf84
commit
1936bdd410
@ -2483,7 +2483,7 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void
|
||||
TAG_IF(sofia_test_pflag(profile, PFLAG_DISABLE_SRV503),
|
||||
NTATAG_SRV_503(0)),
|
||||
TAG_IF(sofia_test_pflag(profile, PFLAG_SOCKET_TCP_KEEPALIVE),
|
||||
TPTAG_KEEPALIVE(profile->socket_tcp_keepalive)),
|
||||
TPTAG_SOCKET_KEEPALIVE(profile->socket_tcp_keepalive)),
|
||||
TAG_IF(sofia_test_pflag(profile, PFLAG_TCP_KEEPALIVE),
|
||||
TPTAG_KEEPALIVE(profile->tcp_keepalive)),
|
||||
NTATAG_DEFAULT_PROXY(profile->outbound_proxy),
|
||||
|
Loading…
x
Reference in New Issue
Block a user