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:
parent
db6b06578b
commit
b247a11e62
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user