]> git.sur5r.net Git - bacula/bacula/commitdiff
Changed ACL_OTHER into ACL_OTHER_OBJ as IRIX doesn't seem to have ACL_OTHER. Fixes...
authorMarco van Wieringen <mvw@planets.elm.net>
Thu, 9 Jul 2009 17:34:01 +0000 (17:34 +0000)
committerMarco van Wieringen <mvw@planets.elm.net>
Thu, 9 Jul 2009 17:34:01 +0000 (17:34 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8967 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/acl.c
bacula/technotes

index d40cf86fdd58030fd4e11ecdddb005a697b569aa..feae14bc7b3070e985f958ba749b5f0b7e4baa9f 100644 (file)
@@ -283,7 +283,7 @@ static bool acl_is_trivial(acl_t acl)
        */
       if (tag != ACL_USER_OBJ &&
           tag != ACL_GROUP_OBJ &&
-          tag != ACL_OTHER)
+          tag != ACL_OTHER_OBJ)
          return false;
    }
 
index 0e52abe7be562c765ead94539814473297300046..81ad3bc6e7fe205e228e79ed6768bdc25c0709c1 100644 (file)
@@ -2,6 +2,9 @@
           
 General:
 
+09Jul09
+mvw  Changed ACL_OTHER into ACL_OTHER_OBJ as IRIX doesn't seem to have
+     ACL_OTHER. Fixes bug #1333
 04Jul09
 mvw  Change checking for acl and xattr support from first file to
      job level.