Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
GehaFearless committed Dec 4, 2023
1 parent 3554e2a commit 8c93386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/failure_detector/failure_detector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ void failure_detector::on_ping_internal(const beacon_msg &beacon, /*out*/ beacon
{
host_port hp_from_addr, hp_to_addr;
HOST_PORT(beacon, from_addr, hp_from_addr);
HOST_PORT(beacon, to_addr, hp_from_addr);
HOST_PORT(beacon, to_addr, hp_to_addr);

ack.time = beacon.time;
ack.this_node = beacon.to_addr;
Expand Down

0 comments on commit 8c93386

Please sign in to comment.