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)
committerKarolin Seeger <kseeger@samba.org>
Wed, 4 Jan 2012 20:10:53 +0000 (21:10 +0100)
commitc4e0462a9edfee64cba6cf5db18a54cc3c51c4f1
tree2404d05595e21ad273b9f02c465f1c82a3ede676
parent1854e6a766e1a7bf55b175d7975d3b6235149c7d
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.
(cherry picked from commit 16c0d52842386fc2ebf975166b57b888d36796c5)
source3/modules/vfs_acl_common.c