Skip to content

Commit

Permalink
Refs #11743. Fix compilation error with new flow controllers
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
  • Loading branch information
richiware committed Sep 2, 2021
1 parent 120b052 commit f761f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/rtps/reader/StatefulReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ bool StatefulReader::matched_writer_add(
if (SequenceNumber_t::unknown() != last_seq)
{
SequenceNumberSet_t sns(last_seq + 1);
send_acknack(wp, sns, *wp, false);
send_acknack(wp, sns, wp, false);
wp->lost_changes_update(last_seq + 1);
}
}
Expand Down

0 comments on commit f761f82

Please sign in to comment.