diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-11-15 20:43:53 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-11-15 20:43:53 -0800 |
commit | 239bed10328b12736e4f0fe55cc6df4ff46227a7 (patch) | |
tree | fa38a97d8d82a60ba66e7d4d6953e01213df7f58 /src/cnode/cnode-algorithm.cpp | |
parent | 58ca1cd7f857b8cde91c063ccdda1b661c29e278 (diff) | |
download | vyatta-cfg-239bed10328b12736e4f0fe55cc6df4ff46227a7.tar.gz vyatta-cfg-239bed10328b12736e4f0fe55cc6df4ff46227a7.zip |
continue config file parser work
Diffstat (limited to 'src/cnode/cnode-algorithm.cpp')
-rw-r--r-- | src/cnode/cnode-algorithm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cnode/cnode-algorithm.cpp b/src/cnode/cnode-algorithm.cpp index c830ce4..6926c74 100644 --- a/src/cnode/cnode-algorithm.cpp +++ b/src/cnode/cnode-algorithm.cpp @@ -164,9 +164,9 @@ _diff_check_and_show_leaf(CfgNode *cfg1, CfgNode *cfg2, int level, } } + _diff_print_comment(cfg1, cfg2, level); if (cfg->isMulti()) { // multi-value node - _diff_print_comment(cfg1, cfg2, level); if (force_pfx_diff) { // simple case: just use the same diff prefix for all values const vector<string>& vvec = cfg->getValues(); |