From 21d47e1f7c9f7163959c00ff1c928ecc8b6cfa0d Mon Sep 17 00:00:00 2001 From: Thorsten Engel Date: Tue, 7 Jun 2005 18:51:19 +0000 Subject: [PATCH] small beautifying git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2112 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/filed/job.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bacula/src/filed/job.c b/bacula/src/filed/job.c index 72f0a1bc28..08174a13bd 100644 --- a/bacula/src/filed/job.c +++ b/bacula/src/filed/job.c @@ -1210,7 +1210,7 @@ static int backup_cmd(JCR *jcr) Jmsg(jcr, M_WARNING, 0, _("Generate VSS snapshots failed\n")); } else { - for (int i=0; iCloseBackup(); @@ -1286,8 +1287,7 @@ cleanup: edit_uint64(jcr->ReadBytes, ed1), edit_uint64(jcr->JobBytes, ed2), jcr->Errors); Dmsg1(110, "End FD msg: %s\n", dir->msg); - - /* STOP VSS ON WIN 32 */ + return 0; /* return and stop command loop */ } -- 2.39.5