Skip to content

Commit

Permalink
fix an empty CBT bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeiShtepa committed Jan 26, 2024
1 parent bf8803a commit 2265618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/blksnap/Tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ void CTracker::ReadCbtMap(unsigned int offset, unsigned int length, uint8_t* buf
{
struct blksnap_cbtmap arg = {
.offset = offset,
.length = length,
.buffer = (__u64)buff
};
struct blkfilter_ctl ctl = {
Expand Down

0 comments on commit 2265618

Please sign in to comment.