From 4f8fac1b8e1d185f732c32f20e3b7060e3835435 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 3 Nov 2008 22:42:53 -0800 Subject: Pass all the non-inherited S4 RAW-ACL tests. Jeremy. --- source3/modules/vfs_acl_xattr.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/modules') diff --git a/source3/modules/vfs_acl_xattr.c b/source3/modules/vfs_acl_xattr.c index e465e8f380..c3b27f81a5 100644 --- a/source3/modules/vfs_acl_xattr.c +++ b/source3/modules/vfs_acl_xattr.c @@ -442,6 +442,10 @@ static int open_acl_xattr(vfs_handle_struct *handle, fsp->access_mask, &access_granted); if (!NT_STATUS_IS_OK(status)) { + DEBUG(10,("open_acl_xattr: file %s open " + "refused with error %s\n", + fname, + nt_errstr(status) )); errno = map_errno_from_nt_status(status); return -1; } -- cgit