libcli/security Remove unused sec_acl_equal()
authorAndrew Bartlett <abartlet@samba.org>
Sun, 24 Oct 2010 21:30:00 +0000 (08:30 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 24 Oct 2010 22:21:23 +0000 (22:21 +0000)
commit14686e4b5a4faeed5868e2e16121acd47ff5ba43
tree32ef91a50f2c2046dacacdc8ed533c45247bd0a6
parentcaf77f7c73419064b3a4cea68d0b8591a4ec486a
libcli/security Remove unused sec_acl_equal()

This was orphaned by changing sec_desc_equal() to the stricter
security_descriptor_equal() by
f4195183a47b0e7c8bc9644d62b123f7880f3fcd in 2009.

(The difference here was that sec_acl_equal allowed for equivilent ordering.  I've checked the callers, and this function is only used to skip actual ACL sets, or to reference a cache, so this seems

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Sun Oct 24 22:21:23 UTC 2010 on sn-devel-104
libcli/security/secacl.c
libcli/security/secacl.h