[era_check] Was returning after just checking the superblock.
Presumably old debug.
This commit is contained in:
parent
157eca4dd0
commit
94356a1648
@ -211,8 +211,6 @@ namespace {
|
||||
if (sb_rep.get_error() == FATAL)
|
||||
return FATAL;
|
||||
|
||||
return sb_rep.get_error();
|
||||
|
||||
superblock sb = read_superblock(bm);
|
||||
transaction_manager::ptr tm = open_tm(bm);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user