[damage_visitor] update path_tracker in error_accessing_node()

This commit is contained in:
Ming-Hung Tsai 2015-09-30 08:00:00 +08:00
parent 2b12854ecd
commit febe80f4bb

View File

@ -197,6 +197,7 @@ namespace persistent_data {
error_outcome error_accessing_node(node_location const &l, block_address b,
std::string const &what) {
update_path(l.path);
report_damage(what);
return btree<Levels, ValueTraits>::visitor::EXCEPTION_HANDLED;
}