]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Fix compilation when using #define BACL_WANT_NUMERIC_IDS
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 23 Jul 2007 13:21:40 +0000 (13:21 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 23 Jul 2007 13:21:40 +0000 (13:21 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5234 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/acl.c

index 7c33f11dabf14b18b372b22c5c13f95d9d2b4b5a..0c9ce046c702a9d18816af16e5665dfbc9871948 100644 (file)
@@ -161,7 +161,7 @@ int bacl_set(JCR *jcr, int acltype)
 #endif
 #ifdef BACL_ALTERNATE_TEXT
 #include <acl/libacl.h>
-#define acl_to_text(acl,len)     ((len), acl_to_any_text((acl), NULL, ',', BACL_ALTERNATE_TEXT))
+#define acl_to_text(acl,len)     (acl_to_any_text((acl), NULL, ',', BACL_ALTERNATE_TEXT))
 #endif
 #endif