[Cvs-nserver-commits] CVS: cvs-nserver/src acl.c,1.1.2.17,1.1.2.18
Brought to you by:
tyranny
From: Alexey M. <mo...@us...> - 2002-06-20 17:24:26
|
Update of /cvsroot/cvs-nserver/cvs-nserver/src In directory usw-pr-cvs1:/tmp/cvs-serv11289 Modified Files: Tag: NCLI-1-11-1 acl.c Log Message: fixed set_dir_ace invocation according to the last specification Index: acl.c =================================================================== RCS file: /cvsroot/cvs-nserver/cvs-nserver/src/Attic/acl.c,v retrieving revision 1.1.2.17 retrieving revision 1.1.2.18 diff -u -d -r1.1.2.17 -r1.1.2.18 --- acl.c 9 Jun 2002 16:02:44 -0000 1.1.2.17 +++ acl.c 20 Jun 2002 17:24:22 -0000 1.1.2.18 @@ -304,7 +304,7 @@ if (perm == dir_perm_invalid) error(1, 0, "Invalid directory permissions '%s'", perm_string); - if (set_dir_ace(dir_acl, branch, username, perm) != perm) + if (set_dir_ace(dir_acl, username, perm) != perm) error(1, 0, "Error setting %s permissions on directory %s", perm_string, relative_name); |