diff options
Diffstat (limited to 'src/cnode/cnode.cpp')
| -rw-r--r-- | src/cnode/cnode.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/cnode/cnode.cpp b/src/cnode/cnode.cpp index d1f519e..4ebbb2b 100644 --- a/src/cnode/cnode.cpp +++ b/src/cnode/cnode.cpp @@ -47,6 +47,7 @@ CfgNode::CfgNode(Cstore& cstore, vector<string>& path_comps,        _is_default = cstore.cfgPathDefault(path_comps, active);        _is_deactivated = cstore.cfgPathDeactivated(path_comps, active);        cstore.cfgPathGetComment(path_comps, _comment, active); +      // ignore return        if (_is_leaf && _is_value) {          /* recursion should never reach here. if path is specified by user, | 
