summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2011-03-31 18:02:30 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2011-03-31 18:02:30 -0700
commit9761035c817c65fb9ecceefe08cc6f9553d0033f (patch)
tree005597b57de3d023d9813fa11368f0ee389631d3 /src
parent414d4bb0dc4b9138eaa906929137986e5cbd4ee7 (diff)
downloadvyatta-cfg-9761035c817c65fb9ecceefe08cc6f9553d0033f.tar.gz
vyatta-cfg-9761035c817c65fb9ecceefe08cc6f9553d0033f.zip
add missing initialization
Diffstat (limited to 'src')
-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();
}