From: Eric Bollengier Date: Fri, 26 May 2023 12:54:16 +0000 (+0200) Subject: Fix compilation on FreeBSD X-Git-Tag: Release-13.0.4~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0e27eca4f29dfcc000b2156094b867e995a2f64;p=thirdparty%2Fbacula.git Fix compilation on FreeBSD --- diff --git a/bacula/src/filed/bxattr_freebsd.c b/bacula/src/filed/bxattr_freebsd.c index b83331fc5..ed2efad02 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_XACL_ok; + rc = bRC_XATTR_ok; continue; default: goto bail_out;