Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany authored Sep 14, 2021
1 parent 41feb2b commit 9354621
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 9354621

Please sign in to comment.