s3-smbd: Fix the creation of duplicate SMB_ACL_GROUP entries
authorAndrew Bartlett <abartlet@samba.org>
Wed, 9 May 2012 04:35:55 +0000 (14:35 +1000)
committerJeremy Allison <jra@samba.org>
Wed, 9 May 2012 11:17:28 +0000 (13:17 +0200)
commitd46ddfa748523b5d75c7ea2bb5664bfb48ab3814
tree1224b22771b90e932d9b57fa5f77f895c5699c8c
parent0d87c0fe97056d6e8589f86d9403447e39f12745
s3-smbd: Fix the creation of duplicate SMB_ACL_GROUP entries

The issue was a simple copy and paste bug, which casued a duplicate SMB_ACL_GROUP
to be added when we already had one.

Andrew Bartlett

Signed-off-by: Jeremy Allison <jra@samba.org>
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Wed May  9 13:17:29 CEST 2012 on sn-devel-104
source3/smbd/posix_acls.c