diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2011-03-31 18:02:30 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2011-03-31 18:02:30 -0700 |
commit | 9761035c817c65fb9ecceefe08cc6f9553d0033f (patch) | |
tree | 005597b57de3d023d9813fa11368f0ee389631d3 /src/cstore/unionfs/cstore-unionfs.cpp | |
parent | 414d4bb0dc4b9138eaa906929137986e5cbd4ee7 (diff) | |
download | vyatta-cfg-9761035c817c65fb9ecceefe08cc6f9553d0033f.tar.gz vyatta-cfg-9761035c817c65fb9ecceefe08cc6f9553d0033f.zip |
add missing initialization
Diffstat (limited to 'src/cstore/unionfs/cstore-unionfs.cpp')
-rw-r--r-- | src/cstore/unionfs/cstore-unionfs.cpp | 3 |
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(); } |