r4501: when copying files it is common for clients to copy the ACL. When the
authorAndrew Tridgell <tridge@samba.org>
Mon, 3 Jan 2005 07:57:05 +0000 (07:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:15 +0000 (13:08 -0500)
commit1df985a49b200a41eed39023aa668afb233f2e53
tree5d2df228f31c01d2efa91b81574e398dbb2dbc5d
parent43558eaf7604d2bb0187e0d1ba0686935a965ad7
r4501: when copying files it is common for clients to copy the ACL. When the
ACL is the default ACL this menas the copied file would have an xattr
but the original would not. Avoid this by checking if the ACL being
set is the original ACL, and avoid the copy.
source/ntvfs/posix/pvfs_acl.c