From 350e838ff945e2933ad8449969d0708c92852ce8 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 26 Feb 2008 11:32:42 +0000 Subject: [PATCH] Tweak git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6490 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/filed/backup.c | 6 +++--- bacula/src/lib/smartall.c | 2 +- bacula/src/lib/smartall.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bacula/src/filed/backup.c b/bacula/src/filed/backup.c index 0f86e2247c..04903db923 100644 --- a/bacula/src/filed/backup.c +++ b/bacula/src/filed/backup.c @@ -78,7 +78,7 @@ bool accurate_check_file(JCR *jcr, FF_PKT *ff_pkt) int32_t LinkFIc; - if (*ff_pkt->VerifyOpts) { /* use mtime + ctime checks by default */ + if (*ff_pkt->VerifyOpts) { /* use mtime + ctime checks by default */ Opts_Digest = ff_pkt->VerifyOpts; } else { Opts_Digest = "cm"; @@ -247,7 +247,7 @@ int accurate_cmd(JCR *jcr) memcpy(elt->fname, dir->msg, dir->msglen); elt->fname[dir->msglen]='\0'; elt->lstat = elt->fname + len + 1; - elt->seen=0; + elt->seen=0; jcr->file_list->insert(elt->fname, elt); Dmsg2(500, "add fname=%s lstat=%s\n", elt->fname, elt->lstat); } @@ -255,7 +255,7 @@ int accurate_cmd(JCR *jcr) // jcr->file_list->stats(); /* TODO: send a EOM ? - dir->fsend("2000 OK accurate\n"); + * dir->fsend("2000 OK accurate\n"); */ return true; } diff --git a/bacula/src/lib/smartall.c b/bacula/src/lib/smartall.c index 73e4b8230d..9ebfbbb13c 100644 --- a/bacula/src/lib/smartall.c +++ b/bacula/src/lib/smartall.c @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2007 Free Software Foundation Europe e.V. + Copyright (C) 2000-2008 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/lib/smartall.h b/bacula/src/lib/smartall.h index 6661e089a4..4041d5fda3 100644 --- a/bacula/src/lib/smartall.h +++ b/bacula/src/lib/smartall.h @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2007 Free Software Foundation Europe e.V. + Copyright (C) 2000-2008 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. -- 2.39.5