From dc07fe4c2b0df40589d4d63287953ee623711fb8 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Thu, 31 Mar 2011 17:55:39 -0700 Subject: fix for bug 6966 * fix paths issue in edit mode. --- src/cstore/unionfs/cstore-unionfs.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cstore/unionfs/cstore-unionfs.cpp') diff --git a/src/cstore/unionfs/cstore-unionfs.cpp b/src/cstore/unionfs/cstore-unionfs.cpp index f926540..adf7868 100644 --- a/src/cstore/unionfs/cstore-unionfs.cpp +++ b/src/cstore/unionfs/cstore-unionfs.cpp @@ -210,6 +210,8 @@ UnionfsCstore::UnionfsCstore(bool use_edit_level) tmpl_path /= tlvl; } } + orig_mutable_cfg_path = mutable_cfg_path; + orig_tmpl_path = tmpl_path; _init_fs_escape_chars(); } -- cgit v1.2.3