]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix compilation on FreeBSD again
authorEric Bollengier <eric@baculasystems.com>
Fri, 26 May 2023 20:37:08 +0000 (22:37 +0200)
committerEric Bollengier <eric@baculasystems.com>
Fri, 26 May 2023 20:37:08 +0000 (22:37 +0200)
bacula/src/filed/bxattr_freebsd.c

index ed2efad02cf2b4f1d1437b25962d28a4d326b873..c122f0ffbe01ec03a9cbbe70c0056cdfd6f7c810 100644 (file)
@@ -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;