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:09:28 +0000 (21:09 +0100)
commit16c0d52842386fc2ebf975166b57b888d36796c5
tree179fa26b97c4aebfc0df18f9eee7b265ccbead02
parentceeab5c66cef2c5aa7931329a9976c8173f44467
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.
source3/modules/vfs_acl_common.c