]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Revert "Fix org#2705 about issue with accurate checking of new file signature attributes"
authorEric Bollengier <eric@baculasystems.com>
Wed, 7 Feb 2024 21:04:10 +0000 (22:04 +0100)
committerEric Bollengier <eric@baculasystems.com>
Wed, 7 Feb 2024 21:04:10 +0000 (22:04 +0100)
This reverts commit 9358047cab2931a816a7968ff9338f209e9f4c12.

bacula/src/filed/accurate.c

index 23d7eb3cfa905e3d0c8c91142cde693f321ac82f..8e0b7fdff23bb69762a3400fbbde3438bd585688 100644 (file)
@@ -377,7 +377,7 @@ static int check_checksum_diff(JCR *jcr, FF_PKT *ff_pkt, CurFile *elt)
     */
    if (ff_pkt->type != FT_LNKSAVED &&
          (S_ISREG(ff_pkt->statp.st_mode) &&
-          ff_pkt->flags & (FO_MD5|FO_SHA1|FO_SHA256|FO_SHA512|FO_XXHASH64|FO_XXH3_64|FO_XXH3_128)))
+          ff_pkt->flags & (FO_MD5|FO_SHA1|FO_SHA256|FO_SHA512)))
    {
 
       if (!*elt->chksum && !jcr->rerunning) {