From 7870bfd99c665acd3d5b7b85dc9753ecdc882585 Mon Sep 17 00:00:00 2001 From: Andrew15381 <25266833+Andrew15381@users.noreply.github.com> Date: Wed, 5 Oct 2022 16:48:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B0=D0=B4=D1=80=D0=B5=D1=81=D0=B0?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=BB=D1=83=D1=87=D0=B0=D1=82=D0=B5=D0=BB=D1=8F?= =?UTF-8?q?=20heartbeat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/hb/heartbeatcore.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/hb/heartbeatcore.cc b/src/core/hb/heartbeatcore.cc index e7bbfce..a396b99 100644 --- a/src/core/hb/heartbeatcore.cc +++ b/src/core/hb/heartbeatcore.cc @@ -347,8 +347,8 @@ void HeartbeatCore::prepare_connection(CommunicationType type, impl_->settings.multicast_port); break; case CommunicationType::UNICAST: - connection = qMakePair(impl_->settings.unicast_host, - impl_->settings.unicast_port); + connection = qMakePair(impl_->settings.unicast_host_send_to, + impl_->settings.unicast_port_send_to); break; default: CHECK(false);