Add missing calc_crc32c after updating block checksums
This commit is contained in:
@@ -591,6 +591,7 @@ bool journal_flusher_co::calc_block_checksums()
|
|||||||
}, true, NULL
|
}, true, NULL
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
cur_obj->crc32c = cur_obj->calc_crc32c();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user