From a53e0831d2491268b9fe808a3f9fda7dd9ebce5d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 5 Jan 2011 17:22:18 +0100 Subject: s3-rpc_client: Fixed the dcerpc_lsa_LookupSids3 lookup_options. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the enum value in dcerpc_lsa_LookupSids3 for _lookup_options. Signed-off-by: Günther Deschner --- source3/rpc_client/cli_lsarpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c index 6b5d7f82d4..4e02338edf 100644 --- a/source3/rpc_client/cli_lsarpc.c +++ b/source3/rpc_client/cli_lsarpc.c @@ -210,7 +210,7 @@ static NTSTATUS dcerpc_lsa_lookup_sids_noalloc(struct dcerpc_binding_handle *h, &lsa_names2, level, &count, - 0, + LSA_LOOKUP_OPTION_SEARCH_ISOLATED_NAMES, 0, &result); if (NT_STATUS_IS_OK(status)) { -- cgit