s3: fix empty ACL dialog for file in snapshot
authorChristian Ambach <christian.ambach@de.ibm.com>
Thu, 27 Jan 2011 18:31:45 +0000 (19:31 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 31 Jan 2011 10:55:49 +0000 (11:55 +0100)
commitaf630812f690bdb60f62b677d3221be9c8e70d7f
tree06bbe58cc4a48df1f46753bb04e203f613811973
parentc75ecafda5567d40564372eecd8395e7741cbffe
s3: fix empty ACL dialog for file in snapshot

Explorer failed to display the ACL of a file when it was
located in a snapshot.
Originally, this was already fixed with 30b5a1d2290fb09d362
in samba-ctdb v3.2.
The patch was ported to master, but there is no fget_nt_acl
operation any more so that part was ommited.
Afterwards, it was ported from there to 3.4 missing
the fget_nt_acl part now.

Re-adding now the lost part
source3/modules/vfs_shadow_copy2.c