From 9761035c817c65fb9ecceefe08cc6f9553d0033f Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Thu, 31 Mar 2011 18:02:30 -0700 Subject: add missing initialization --- src/cstore/unionfs/cstore-unionfs.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cstore') 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(); } -- cgit v1.2.3