Fix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules can fail to add inheritable...
authorJeremy Allison <jra@samba.org>
Fri, 2 Dec 2011 18:55:40 +0000 (10:55 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 2 Dec 2011 21:13:03 +0000 (22:13 +0100)
commit46551d750dc58b32630fb6744364fe5a1052b87d
tree23a6bee5a42f9d7bf361f41d4fb6a0d48652a530
parent3e0d923096cddcbf83cfa2d9594df5fa21331650
Fix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules can fail to add inheritable entries on a directory with no stored ACL.

If referring to an fsp sbuf can be left as an uninitialized variable,
causing the 'is_directory' variable to be false when it should be true.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Dec  2 22:13:03 CET 2011 on sn-devel-104
source3/modules/vfs_acl_common.c