Avoid duplicate aces
authorSimo Sorce <ssorce@redhat.com>
Wed, 22 Apr 2009 10:15:21 +0000 (06:15 -0400)
committerSimo Sorce <ssorce@redhat.com>
Wed, 22 Apr 2009 13:58:51 +0000 (09:58 -0400)
commitff3a020a5fab1aaabe0d19c4b12978860a2ac3ba
treef3607d2b80e3de2913348b313b975240b3067b86
parentb029e0edcf356772c66190af843087f14c88b3f2
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.
source3/smbd/posix_acls.c