[Cvs-nserver-commits] CVS: cvs-nserver/src acl.c,1.1.2.16,1.1.2.17
Brought to you by:
tyranny
|
From: Alexey M. <ty...@us...> - 2002-06-09 16:02:47
|
Update of /cvsroot/cvs-nserver/cvs-nserver/src
In directory usw-pr-cvs1:/tmp/cvs-serv7513
Modified Files:
Tag: NCLI-1-11-1
acl.c
Log Message:
Update
Index: acl.c
===================================================================
RCS file: /cvsroot/cvs-nserver/cvs-nserver/src/Attic/acl.c,v
retrieving revision 1.1.2.16
retrieving revision 1.1.2.17
diff -u -d -r1.1.2.16 -r1.1.2.17
--- acl.c 30 May 2002 21:19:07 -0000 1.1.2.16
+++ acl.c 9 Jun 2002 16:02:44 -0000 1.1.2.17
@@ -25,6 +25,7 @@
#include "acl-admins.h"
#include "branch-acl.h"
+#include "default-file-acl.h"
#include "dir-acl.h"
#include "stringbuf.h"
@@ -303,7 +304,7 @@
if (perm == dir_perm_invalid)
error(1, 0, "Invalid directory permissions '%s'", perm_string);
- if (set_dir_ace(dir_acl, username, perm) != perm)
+ if (set_dir_ace(dir_acl, branch, username, perm) != perm)
error(1, 0, "Error setting %s permissions on directory %s",
perm_string, relative_name);
|