xfs
[Top] [All Lists]

Re: chacl

To: Sebastian Dransfeld <sebastid@xxxxxxxxxxxx>
Subject: Re: chacl
From: Steve Lord <lord@xxxxxxx>
Date: Mon, 11 Jun 2001 12:41:19 -0500
Cc: linux-xfs@xxxxxxxxxxx
In-reply-to: Message from Sebastian Dransfeld <sebastid@stud.ntnu.no> of "Sat, 09 Jun 2001 09:45:53 +0200." <Pine.GSO.4.33.0106090945360.5096-100000@jeeves.stud.ntnu.no>
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);
> 
> 

This does seem to be a correct fix.

Thanks

    Steve



<Prev in Thread] Current Thread [Next in Thread>
  • chacl, Sebastian Dransfeld
    • Re: chacl, Steve Lord <=