[era_check] Was returning after just checking the superblock.

Presumably old debug.
This commit is contained in:
Joe Thornber 2014-08-15 10:11:35 +01:00
parent 157eca4dd0
commit 94356a1648
1 changed files with 0 additions and 2 deletions

View File

@ -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);