diff options
| author | An-Cheng Huang <ancheng@vyatta.com> | 2011-01-07 11:03:45 -0800 |
|---|---|---|
| committer | An-Cheng Huang <ancheng@vyatta.com> | 2011-01-07 11:03:45 -0800 |
| commit | 42f2fdb35cff89debd346126eb69cd95d855ff7b (patch) | |
| tree | 533eb3269220978ae73facdff818227ed2c6f128 /src/cnode/cnode.hpp | |
| parent | 3246881725b219e532464a0191d074e9f02cba23 (diff) | |
| download | vyatta-cfg-42f2fdb35cff89debd346126eb69cd95d855ff7b.tar.gz vyatta-cfg-42f2fdb35cff89debd346126eb69cd95d855ff7b.zip | |
improve load error message
Diffstat (limited to 'src/cnode/cnode.hpp')
| -rw-r--r-- | src/cnode/cnode.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cnode/cnode.hpp b/src/cnode/cnode.hpp index 40fb5b6..dadfe85 100644 --- a/src/cnode/cnode.hpp +++ b/src/cnode/cnode.hpp @@ -26,7 +26,7 @@ namespace cnode { class CfgNode { public: CfgNode(vector<string>& path_comps, char *name, char *val, char *comment, - int deact, Cstore *cstore); + int deact, Cstore *cstore, bool tag_if_invalid = false); CfgNode(Cstore& cstore, std::vector<string>& path_comps, bool active = false, bool recursive = true); ~CfgNode() {}; |
