[thin_repair] don't open the space maps in the old metadata, we'll regenerate.

This commit is contained in:
Joe Thornber 2013-08-02 13:14:49 +01:00
parent fa6e2ab841
commit dd26ec76b2

View File

@ -19,7 +19,7 @@ namespace {
metadata::ptr new_md(new metadata(new_path, metadata::CREATE, 128, 0));
emitter::ptr e = create_restore_emitter(new_md);
metadata::ptr old_md(new metadata(old_path, metadata::OPEN));
metadata::ptr old_md(new metadata(old_path));
metadata_dump(old_md, e, true);
} catch (std::exception &e) {