Rev 663: patch from Michael Adam in http://samba.org/~tridge/3_0-ctdb

tridge at samba.org tridge at samba.org
Thu Nov 1 00:33:39 GMT 2007


------------------------------------------------------------
revno: 663
revision-id: tridge at samba.org-20071101003336-jb0gb3xd0zui7i6e
parent: tridge at samba.org-20071031062731-2gd2njbbbrdtgcg8
committer: Andrew Tridgell <tridge at samba.org>
branch nick: s3-ctdb-tridge
timestamp: Thu 2007-11-01 11:33:36 +1100
message:
  patch from Michael Adam
modified:
  source/smbd/posix_acls.c       posix_acls.c-20070210173807-1wjifrbwaz6xnmgl-1031
=== modified file 'source/smbd/posix_acls.c'
--- a/source/smbd/posix_acls.c	2007-10-23 01:53:06 +0000
+++ b/source/smbd/posix_acls.c	2007-11-01 00:33:36 +0000
@@ -4056,7 +4056,7 @@
 
 	/* now for ACL checks */
 
-	return can_access_file(conn, dname, &sbuf, FILE_WRITE_DATA);
+	return can_access_file_acl(conn, dname, &sbuf, FILE_WRITE_DATA);
 }
 
 /****************************************************************************



More information about the samba-cvs mailing list