Fix bug #7283 - vfs_acl_tdb does not work as expected.
authorJeremy Allison <jra@samba.org>
Wed, 24 Mar 2010 17:02:18 +0000 (10:02 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 30 Mar 2010 08:33:43 +0000 (10:33 +0200)
commitc19b3ec2573d8f7f5206d816fa0d227a68d1e2f0
tree5c9f0e0924167113960c9aad020e621ad58faf76
parente30163d4e9820e2809f55ca8d8254b4d7032cad9
Fix bug #7283 - vfs_acl_tdb does not work as expected.

both vfs_acl_common.c and vfs_acl_tdb.c were using the connection
handle, thus conflicted. Fix this.

Jeremy.
(cherry picked from commit 12a5c447dbdbcfb74438270e5fc9189388e5d18a)
source3/modules/vfs_acl_tdb.c
source3/smbd/posix_acls.c