]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6422: --resolve obvious copy and paste error
authorBrian West <brian@freeswitch.org>
Thu, 3 Apr 2014 12:20:41 +0000 (07:20 -0500)
committerBrian West <brian@freeswitch.org>
Thu, 3 Apr 2014 12:21:59 +0000 (07:21 -0500)
src/mod/endpoints/mod_sofia/sofia.c

index f0625e6a22e87da045c6623aa20f1723b865c3e4..8affc3b36691c1b486cde1d754bcfb903eb7d25b 100644 (file)
@@ -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),