]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak
authorKern Sibbald <kern@sibbald.com>
Tue, 26 Feb 2008 11:32:42 +0000 (11:32 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 26 Feb 2008 11:32:42 +0000 (11:32 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6490 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/backup.c
bacula/src/lib/smartall.c
bacula/src/lib/smartall.h

index 0f86e2247c1819a12a715961dd26ebe2ac1e9fc7..04903db923cc02a935247a178a3a9c6ee3338d54 100644 (file)
@@ -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;
 }
index 73e4b8230d77ca0a633abd41f1f2e264e11d008c..9ebfbbb13c437c4e574043f28fe33f0ecf99fae2 100644 (file)
@@ -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.
index 6661e089a4e61a52da9133e90ae87415edc4328d..4041d5fda3021614f29162d78daad3d6fb3447be 100644 (file)
@@ -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.