]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix unitialized DeltaSeq during Verify jobs
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 30 May 2011 18:34:40 +0000 (20:34 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 30 May 2011 18:35:10 +0000 (20:35 +0200)
bacula/src/dird/fd_cmds.c

index c192973af9e7ad8054249da5f57c7fb6fd886415..c11b0b3634fcd4f84834ecdc4db541a6d2e4794e 100644 (file)
@@ -845,6 +845,7 @@ int get_attributes_and_put_in_catalog(JCR *jcr)
          ar->FilenameId = 0;
          ar->Digest = NULL;
          ar->DigestType = CRYPTO_DIGEST_NONE;
+         ar->DeltaSeq = 0;
          jcr->cached_attribute = true;
 
          Dmsg2(dbglvl, "dird<filed: stream=%d %s\n", stream, jcr->fname);