summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cstore/unionfs/cstore-unionfs.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cstore/unionfs/cstore-unionfs.hpp b/src/cstore/unionfs/cstore-unionfs.hpp
index c56f060..4edcfa7 100644
--- a/src/cstore/unionfs/cstore-unionfs.hpp
+++ b/src/cstore/unionfs/cstore-unionfs.hpp
@@ -162,11 +162,11 @@ private:
} else {
tmpl_path = C_DEF_TMPL_ROOT;
}
- orig_tmpl_path = val;
- orig_mutable_cfg_path = "/";
+ mutable_cfg_path = "/";
+ } else {
+ tmpl_path = orig_tmpl_path;
+ mutable_cfg_path = orig_mutable_cfg_path;
}
- tmpl_path = orig_tmpl_path;
- mutable_cfg_path = orig_mutable_cfg_path;
};
class UnionfsSavePaths : public SavePaths {