]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:smbcacls: fix ace_compare
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 21 May 2024 08:20:36 +0000 (20:20 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 22 May 2024 04:23:29 +0000 (04:23 +0000)
commit5abeb724d74af2b861f2ee6bc27762bb5bf07bca
treed234ce06e8983da24ab4f481506cc0cec4627319
parentc7299556845a764c7ca6195ede3f273bc20ebfbb
s3:smbcacls: fix ace_compare

We got this wrong in commit 31101a9fa1503be9d8137e42466f57d85136a156.

In fact, we should probably not reorder the inherited ACLs, but that
is for another patch series.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15625

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/utils/smbcacls.c