diff options
Diffstat (limited to 'src/cstore/unionfs/cstore-unionfs.hpp')
-rw-r--r-- | src/cstore/unionfs/cstore-unionfs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cstore/unionfs/cstore-unionfs.hpp b/src/cstore/unionfs/cstore-unionfs.hpp index 82bda2a..47bfe26 100644 --- a/src/cstore/unionfs/cstore-unionfs.hpp +++ b/src/cstore/unionfs/cstore-unionfs.hpp @@ -136,7 +136,7 @@ private: if (it == saved_paths.end()) { exit_internal("restore_paths: handle not found\n"); } - pair<b_fs::path, b_fs::path> p = saved_paths[handle]; + pair<b_fs::path, b_fs::path> p = it->second; mutable_cfg_path = p.first; tmpl_path = p.second; }; |