1
0
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:
Andreas Schneider
2011-01-05 17:34:30 +01:00
committed by Günther Deschner
parent e02916c453
commit b1df95cbc5

View File

@ -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 {