1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

libcli/security: fix tests for SDDL conditional ACE round-trip

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Douglas Bagnall 2023-12-14 12:27:08 +13:00 committed by Andrew Bartlett
parent db6b06578b
commit b247a11e62

View File

@ -706,7 +706,7 @@ static void test_round_trips(void **state)
debug_fail("%s could not encode\n", resddl1);
continue;
}
if (data_blob_cmp(&e1, &e2) != 0) {
if (data_blob_cmp(&e1, &e3) != 0) {
debug_fail("'%s' and '%s' compiled differently\n", sddl[i], resddl1);
failed = true;
}