Skip to content

Commit

Permalink
Fix missing return in WLP::remove_local_writer() (#2718)
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Schoenmann <fschoenm@gmail.com>
(cherry picked from commit cd7b812)

Co-authored-by: Frank Schoenmann <fschoenm@users.noreply.github.com>
  • Loading branch information
mergify[bot] and fschoenm authored Jul 18, 2022
1 parent 9d50f38 commit 404f236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpp/rtps/builtin/liveliness/WLP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,7 @@ bool WLP::remove_local_writer(
}
}
automatic_liveliness_assertion_->update_interval_millisec(min_automatic_ms_);
return true;
}
else if (W->get_liveliness_kind() == MANUAL_BY_PARTICIPANT_LIVELINESS_QOS)
{
Expand Down

0 comments on commit 404f236

Please sign in to comment.