1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

r4443: test lsa_LookupNames3() even when lsa_LookupSids3() fails

(This used to be commit d37f556258ba12479e4e9acc5cdb5535ebf41d7f)
This commit is contained in:
Andrew Tridgell 2004-12-31 07:53:42 +00:00 committed by Gerald (Jerry) Carter
parent 6c8df6db8f
commit fc26c0c077

View File

@ -309,6 +309,10 @@ static BOOL test_LookupSids2(struct dcerpc_pipe *p,
return False;
}
if (!test_LookupNames3(p, mem_ctx, handle, &names)) {
return False;
}
return True;
}