The posix acl version of set_nt_acl() could set the stat_ex
authorJeremy Allison <jra@samba.org>
Thu, 24 Dec 2009 01:17:48 +0000 (17:17 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 24 Dec 2009 01:17:48 +0000 (17:17 -0800)
commit3d85b1ebe5e3484250b6810f1a45c1ba5a4900f7
treeec49c6aca98cfff692312507d799613c04d89400
parent67d1af438467b9c3a9a13cd8a3dd35cddbf152fc
The posix acl version of set_nt_acl() could set the stat_ex
struct in the fsp->fsp_name pointer incorrectly for a directory.

Fix this. Make map_canon_ace_perms() public.

Jeremy.
source3/include/proto.h
source3/smbd/posix_acls.c