summaryrefslogtreecommitdiff
path: root/src/commit2.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-09-08 08:24:09 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-09-08 08:24:09 -0700
commit134f35f838d444d63a1774b986380264e7089c6e (patch)
treef720a657594a52bdb611dabef15b85ae531ffce5 /src/commit2.c
parentb1c8827efedc245d47f89cf8b4db30f495498ae7 (diff)
parent5a4ac0f6fc5fa0a25663f7834fef4cbd5ba98ecd (diff)
downloadvyatta-cfg-134f35f838d444d63a1774b986380264e7089c6e.tar.gz
vyatta-cfg-134f35f838d444d63a1774b986380264e7089c6e.zip
Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocino
Diffstat (limited to 'src/commit2.c')
-rw-r--r--src/commit2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commit2.c b/src/commit2.c
index d45b7c0..884d2fe 100644
--- a/src/commit2.c
+++ b/src/commit2.c
@@ -369,6 +369,7 @@ main(int argc, char** argv)
setenv(ENV_COMMIT_STATUS,"FAILURE",1);
}
struct dirent *dirp = NULL;
+ restore_output();
while ((dirp = readdir(dp)) != NULL) {
if (strcmp(dirp->d_name, ".") != 0 &&
strcmp(dirp->d_name, "..") != 0) {