[thin_dump] Fix regression where mappings for all devices were being listed in every device.
This commit is contained in:
parent
ceba0f00ec
commit
fe8e1592a9
@ -51,7 +51,7 @@ namespace {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (loc.is_sub_root() && loc.key) ? (*loc.key == dev_id_) : true;
|
return loc.is_sub_root() ? (loc.path[0] == dev_id_) : true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool visit_internal_leaf(node_location const &loc,
|
bool visit_internal_leaf(node_location const &loc,
|
||||||
|
Loading…
Reference in New Issue
Block a user