summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_setfileinfo.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-07 02:14:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:29 -0500
commitad7da47948a5a3ed2c3fc18392b83c059bec5b6e (patch)
tree2b9dda60131d9bc259917be21fa63e669f94dbef /source4/ntvfs/posix/pvfs_setfileinfo.c
parent1a019f988385ee8ef947fc5054ee86b9c2cc632e (diff)
downloadsamba-ad7da47948a5a3ed2c3fc18392b83c059bec5b6e.tar.gz
samba-ad7da47948a5a3ed2c3fc18392b83c059bec5b6e.tar.bz2
samba-ad7da47948a5a3ed2c3fc18392b83c059bec5b6e.zip
r4584: fix pvfs backend to pass the new enhanced RAW-ACLS test. Easy once I really the
strange behaviour I saw was a w2k3 bug :-) (This used to be commit e729061bcde25d0565a72222e4720ca8074ef23f)
Diffstat (limited to 'source4/ntvfs/posix/pvfs_setfileinfo.c')
-rw-r--r--source4/ntvfs/posix/pvfs_setfileinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/pvfs_setfileinfo.c b/source4/ntvfs/posix/pvfs_setfileinfo.c
index 7144f37a14..8c4d016ccc 100644
--- a/source4/ntvfs/posix/pvfs_setfileinfo.c
+++ b/source4/ntvfs/posix/pvfs_setfileinfo.c
@@ -139,7 +139,7 @@ static NTSTATUS pvfs_setfileinfo_rename(struct pvfs_state *pvfs,
}
}
- status = pvfs_access_check_create(pvfs, req, name2);
+ status = pvfs_access_check_create_nomask(pvfs, req, name2);
if (!NT_STATUS_IS_OK(status)) {
return status;
}