From: Eric Bollengier Date: Mon, 23 Jul 2007 13:21:40 +0000 (+0000) Subject: ebl Fix compilation when using #define BACL_WANT_NUMERIC_IDS X-Git-Tag: Release-7.0.0~5951 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=39912304e77f5f344d9e5312c07ae27b45c90095;p=bacula%2Fbacula ebl Fix compilation when using #define BACL_WANT_NUMERIC_IDS git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5234 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/filed/acl.c b/bacula/src/filed/acl.c index 7c33f11dab..0c9ce046c7 100644 --- a/bacula/src/filed/acl.c +++ b/bacula/src/filed/acl.c @@ -161,7 +161,7 @@ int bacl_set(JCR *jcr, int acltype) #endif #ifdef BACL_ALTERNATE_TEXT #include -#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