From: Thorsten Engel Date: Tue, 17 May 2005 16:08:13 +0000 (+0000) Subject: small bugfix for VSS-support (only relevant if WIN32_VSS enabled) X-Git-Tag: Release-1.38.0~444 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0b40ee9a28a0cf755359ddc15c902173c9fa3102;p=bacula%2Fbacula small bugfix for VSS-support (only relevant if WIN32_VSS enabled) git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2056 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/filed/job.c b/bacula/src/filed/job.c index b6c61f34a5..b6f02c51b9 100644 --- a/bacula/src/filed/job.c +++ b/bacula/src/filed/job.c @@ -1208,10 +1208,10 @@ static int backup_cmd(JCR *jcr) /* tell vss which drives to snapshot */ char szWinDriveLetters[27]; if (get_win32_driveletters((FF_PKT *)jcr->ff, szWinDriveLetters)) { - Jmsg(jcr, M_INFO, 0, _("Generate VSS snapshots. Drives=%s\n"), szWinDriveLetters); + Jmsg(jcr, M_INFO, 0, _("Generate VSS snapshots. Drives=%s\n"), szWinDriveLetters); g_VSSClient.CreateSnapshots(szWinDriveLetters); - for (int i=0; i<=strlen (szWinDriveLetters); i++) { + for (int i=0; i