xfs
[Top] [All Lists]

chacl

To: <linux-xfs@xxxxxxxxxxx>
Subject: chacl
From: Sebastian Dransfeld <sebastid@xxxxxxxxxxxx>
Date: Sat, 9 Jun 2001 09:45:53 +0200 (MET DST)
Sender: owner-linux-xfs@xxxxxxxxxxx
--- chacl.c.old Sat Jun  9 09:45:14 2001
+++ chacl.c     Sat Jun  9 09:44:04 2001
@@ -175,7 +175,7 @@
        /* directory default acl */
        if (bflag || dflag) {
                dacl = acl_from_text (argv[optind]);
-               if (dacl == NULL || acl_valid(acl) == -1)
+               if (dacl == NULL || acl_valid(dacl) == -1)
                {
                        fprintf (stderr, inv_acl, program, argv[optind]);
                        return (1);




<Prev in Thread] Current Thread [Next in Thread>
  • chacl, Sebastian Dransfeld <=