summaryrefslogtreecommitdiff
path: root/src/cstore
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-03-22 13:29:15 -0700
committerJohn Southworth <john.southworth@vyatta.com>2012-05-21 14:32:42 -0700
commitb7d8f9ddb290fe23af4d62b812e66fb5bf563e1d (patch)
tree43e6584e8493121dae1b2b8cd16e4bcd52a649ba /src/cstore
parent403d0f0037794ab94666e780e19728871f11b278 (diff)
downloadvyatta-cfg-b7d8f9ddb290fe23af4d62b812e66fb5bf563e1d.tar.gz
vyatta-cfg-b7d8f9ddb290fe23af4d62b812e66fb5bf563e1d.zip
Bugfix 7267: make inodes allocate dynamically
Diffstat (limited to 'src/cstore')
-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 04e9975..f8e54d7 100644
--- a/src/cstore/unionfs/cstore-unionfs.cpp
+++ b/src/cstore/unionfs/cstore-unionfs.cpp
@@ -47,7 +47,8 @@ const string UnionfsCstore::C_DEF_CFG_ROOT
= "/opt/vyatta/config";
const string UnionfsCstore::C_DEF_ACTIVE_ROOT
= UnionfsCstore::C_DEF_CFG_ROOT + "/active";
-const string UnionfsCstore::C_DEF_CHANGE_PREFIX = "/tmp/changes_only_";
+const string UnionfsCstore::C_DEF_CHANGE_PREFIX
+ = UnionfsCstore::C_DEF_CFG_ROOT + "/tmp/changes_only_";
const string UnionfsCstore::C_DEF_WORK_PREFIX
= UnionfsCstore::C_DEF_CFG_ROOT + "/tmp/new_config_";
const string UnionfsCstore::C_DEF_TMP_PREFIX