Fix bug #7283 - vfs_acl_tdb does not work as expected.
commit12a5c447dbdbcfb74438270e5fc9189388e5d18a
authorJeremy Allison <jra@samba.org>
Wed, 24 Mar 2010 17:02:18 +0000 (24 10:02 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 30 Mar 2010 08:28:51 +0000 (30 10:28 +0200)
treef4091160a063d65b5e192c34146ae3cc61a72264
parent482518fcafb18bda1f084ebf1906a2ad02436b80
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.
source3/modules/vfs_acl_tdb.c
source3/smbd/posix_acls.c