mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
s3-rpc_client: Fixed the dcerpc_lsa_LookupNames4 lookup_options.
Use the enum value in dcerpc_lsa_LookupNames4 for _lookup_options. Signed-off-by: Günther Deschner <gd@samba.org>
This commit is contained in:
committed by
Günther Deschner
parent
e02916c453
commit
b1df95cbc5
@ -605,7 +605,7 @@ static NTSTATUS dcerpc_lsa_lookup_names_generic(struct dcerpc_binding_handle *h,
|
||||
&sid_array3,
|
||||
level,
|
||||
&count,
|
||||
0,
|
||||
LSA_LOOKUP_OPTION_SEARCH_ISOLATED_NAMES,
|
||||
0,
|
||||
presult);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user