diff options
author | slioch <slioch@eng-140.vyatta.com> | 2008-12-23 11:04:54 -0800 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2008-12-23 11:04:54 -0800 |
commit | 33a052ba0eacc1d5abf7d97d93a1df5d68af3cf2 (patch) | |
tree | ffcf42c4de7fa4c42b66ae3243909c9e68b02b6d /src | |
parent | 1da5320dd0ca6fbddd728aefe5bea8dc29f81022 (diff) | |
download | vyatta-cfg-33a052ba0eacc1d5abf7d97d93a1df5d68af3cf2.tar.gz vyatta-cfg-33a052ba0eacc1d5abf7d97d93a1df5d68af3cf2.zip |
alter return check for dirctory copy on successful completion of node processing.
Diffstat (limited to 'src')
-rw-r--r-- | src/commit2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit2.c b/src/commit2.c index dffdb02..b56fceb 100644 --- a/src/commit2.c +++ b/src/commit2.c @@ -184,7 +184,7 @@ main(int argc, char** argv) //on each priority node now execute actions if ((success = process_priority_node(trans_child_node)) == TRUE) { //this below copies the node directory from the local to active location - success = complete(trans_child_node, test_mode); + complete(trans_child_node, test_mode); } if (success == FALSE) { |