From: Eric Bollengier Date: Fri, 26 May 2023 20:37:08 +0000 (+0200) Subject: Fix compilation on FreeBSD again X-Git-Tag: Release-13.0.4~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=111333a97b10ce620c5b5bcf290980aaf454d922;p=thirdparty%2Fbacula.git Fix compilation on FreeBSD again --- diff --git a/bacula/src/filed/bxattr_freebsd.c b/bacula/src/filed/bxattr_freebsd.c index ed2efad02..c122f0ffb 100644 --- a/bacula/src/filed/bxattr_freebsd.c +++ b/bacula/src/filed/bxattr_freebsd.c @@ -103,7 +103,7 @@ bRC_BXATTR BXATTR_FreeBSD::os_backup_xattr (JCR *jcr, FF_PKT *ff_pkt){ case bRC_BXATTR_skip: case bRC_BXATTR_cont: /* no xattr available, so skip rest of it */ - rc = bRC_XATTR_ok; + rc = bRC_BXATTR_ok; continue; default: goto bail_out;