Take held root support out of thin_dump.
Temporary, just to get things building.
This commit is contained in:
parent
1a88404493
commit
0938d24ea1
@ -34,9 +34,7 @@ namespace {
|
|||||||
int dump(string const &path, string const &format, bool repair,
|
int dump(string const &path, string const &format, bool repair,
|
||||||
block_address metadata_snap = 0) {
|
block_address metadata_snap = 0) {
|
||||||
try {
|
try {
|
||||||
metadata::ptr md(metadata_snap ?
|
metadata::ptr md(new metadata(path, metadata::OPEN));
|
||||||
new metadata(path, metadata_snap) :
|
|
||||||
new metadata(path, metadata::OPEN));
|
|
||||||
emitter::ptr e;
|
emitter::ptr e;
|
||||||
|
|
||||||
if (format == "xml")
|
if (format == "xml")
|
||||||
|
Loading…
Reference in New Issue
Block a user