diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-26 16:46:07 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-26 16:46:07 -0700 |
commit | 17f19681974fb4399d36ac43006efac9828dc5b9 (patch) | |
tree | a491beecb346149b4342cc3aaaa329ff8fe36517 /src/cstore/cstore-node.hpp | |
parent | ee6ed3b3869aa0b84c9c4f732f60dbbe31f414a0 (diff) | |
download | vyatta-cfg-17f19681974fb4399d36ac43006efac9828dc5b9.tar.gz vyatta-cfg-17f19681974fb4399d36ac43006efac9828dc5b9.zip |
don't show extra empty level for typeless leaf nodes.
Diffstat (limited to 'src/cstore/cstore-node.hpp')
-rw-r--r-- | src/cstore/cstore-node.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cstore/cstore-node.hpp b/src/cstore/cstore-node.hpp index a7aa865..f58da4e 100644 --- a/src/cstore/cstore-node.hpp +++ b/src/cstore/cstore-node.hpp @@ -79,6 +79,7 @@ private: bool _is_default; bool _is_invalid; bool _is_empty; + bool _is_leaf_typeless; bool _active_only; string _tag_name; string _value; |