diff options
author | Andreas Schneider <asn@samba.org> | 2011-01-05 17:22:18 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-10 18:20:55 +0100 |
commit | a53e0831d2491268b9fe808a3f9fda7dd9ebce5d (patch) | |
tree | 8969e90cd7381c1025b4078171675e604ec20b5e /source3 | |
parent | b17eb8256d28f0ec2b6376f0bd3c90e0d664bd8f (diff) | |
download | samba-a53e0831d2491268b9fe808a3f9fda7dd9ebce5d.tar.gz samba-a53e0831d2491268b9fe808a3f9fda7dd9ebce5d.tar.bz2 samba-a53e0831d2491268b9fe808a3f9fda7dd9ebce5d.zip |
s3-rpc_client: Fixed the dcerpc_lsa_LookupSids3 lookup_options.
Use the enum value in dcerpc_lsa_LookupSids3 for _lookup_options.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpc_client/cli_lsarpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) { |