summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cstore/unionfs/cstore-unionfs.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cstore/unionfs/cstore-unionfs.cpp b/src/cstore/unionfs/cstore-unionfs.cpp
index adf7868..ae9e405 100644
--- a/src/cstore/unionfs/cstore-unionfs.cpp
+++ b/src/cstore/unionfs/cstore-unionfs.cpp
@@ -261,7 +261,8 @@ UnionfsCstore::UnionfsCstore(const string& sid, string& env)
FsPath tlvl(val);
tmpl_path /= tlvl;
}
-
+ orig_mutable_cfg_path = mutable_cfg_path;
+ orig_tmpl_path = tmpl_path;
_init_fs_escape_chars();
}