]> git.ipfire.org Git - thirdparty/samba.git/commit
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:46:46 +0000 (09:46 -0400)
commit958207e321f330426536bf7e936b30fa2efffddc
tree9133b0eba6fb84565e28494342cda50c163e130a
parent9da82269dc6d9da3c0393a85e0217bf22cd2fe5c
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