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:
parent
6c8df6db8f
commit
fc26c0c077
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user