summaryrefslogtreecommitdiff
path: root/src/cstore/cstore.cpp
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2010-08-20 19:15:21 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2010-08-20 19:15:21 -0700
commite29b420868b312a1e3eaf52300002d3ba548481c (patch)
tree8b827888ac57bb2128d8b5394a99703bb0e2ec96 /src/cstore/cstore.cpp
parentf92d4eab7ef7411e5ec70768cbb26fdaa5f48541 (diff)
downloadvyatta-cfg-e29b420868b312a1e3eaf52300002d3ba548481c.tar.gz
vyatta-cfg-e29b420868b312a1e3eaf52300002d3ba548481c.zip
don't remove the workaround yet
* need to move changed status handling into the library.
Diffstat (limited to 'src/cstore/cstore.cpp')
-rw-r--r--src/cstore/cstore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cstore/cstore.cpp b/src/cstore/cstore.cpp
index 86a9455..f146cb0 100644
--- a/src/cstore/cstore.cpp
+++ b/src/cstore/cstore.cpp
@@ -2552,7 +2552,7 @@ Cstore::create_default_children()
// has default value. set it.
push_cfg_path(tcnodes[i]);
if (!add_node() || !write_value(def.def_default)
- || !mark_display_default() || !mark_changed()) {
+ || !mark_display_default()) {
ret = false;
}
pop_cfg_path();