Verify data crc32 when reading journal

This commit is contained in:
Vitaliy Filippov
2019-11-30 23:32:10 +03:00
parent 2039df76a5
commit 9260cd263a
5 changed files with 162 additions and 57 deletions
-1
View File
@@ -91,7 +91,6 @@ void blockstore::loop()
delete journal_init_reader;
journal_init_reader = NULL;
initialized = 10;
printf("journal read\n");
}
}
}