Avoid duplicate aces
commit59ba5e05c01e9a20fbae7cce40b2301585db5c34
authorSimo Sorce <ssorce@redhat.com>
Wed, 22 Apr 2009 10:15:21 +0000 (22 06:15 -0400)
committerSimo Sorce <ssorce@redhat.com>
Wed, 22 Apr 2009 13:50:12 +0000 (22 09:50 -0400)
treebd33ac603134941f296b6a36a807a75f54c24cdb
parentb2e0cb32c1a6f68430b36288c5d704b46d072e79
Avoid duplicate aces

When adding arbitrary aces to an nt_ace_list we need to make sure we
are not actually adding a duplicate.
add_or_replace_ace() takes care of doing the right thing.
source/smbd/posix_acls.c