diff options
author | Andreas Schneider <asn@samba.org> | 2011-01-05 17:34:30 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-10 18:20:55 +0100 |
commit | b1df95cbc5c5f0f5272ea047f9f8d93d5d732fcc (patch) | |
tree | 142ab716b3264c7816e89b6d000b0d28e4f3a948 /source3/rpc_client | |
parent | e02916c4532c8cdd185624e1fe26b0496ef60419 (diff) | |
download | samba-b1df95cbc5c5f0f5272ea047f9f8d93d5d732fcc.tar.gz samba-b1df95cbc5c5f0f5272ea047f9f8d93d5d732fcc.tar.bz2 samba-b1df95cbc5c5f0f5272ea047f9f8d93d5d732fcc.zip |
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>
Diffstat (limited to 'source3/rpc_client')
-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 86d0517d9d..d96a231578 100644 --- a/source3/rpc_client/cli_lsarpc.c +++ b/source3/rpc_client/cli_lsarpc.c @@ -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 { |