summaryrefslogtreecommitdiffstats
path: root/source/utils/netlookup.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-06-27 11:42:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:38 -0500
commite9a7512a9f630340004913f1379452eea8a9b6ae (patch)
treefb5433f0fff04b0e1ae71d8e381acf3f32d18ee9 /source/utils/netlookup.c
parent555ae4a19b35b0672033798e00e3d1e153d2a9b3 (diff)
downloadsamba-e9a7512a9f630340004913f1379452eea8a9b6ae.tar.gz
samba-e9a7512a9f630340004913f1379452eea8a9b6ae.tar.xz
samba-e9a7512a9f630340004913f1379452eea8a9b6ae.zip
r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().
Guenther
Diffstat (limited to 'source/utils/netlookup.c')
-rw-r--r--source/utils/netlookup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/utils/netlookup.c b/source/utils/netlookup.c
index 33b6c4bb257..82e1b8af801 100644
--- a/source/utils/netlookup.c
+++ b/source/utils/netlookup.c
@@ -206,8 +206,8 @@ NTSTATUS net_lookup_sid_from_name(TALLOC_CTX *ctx, const char *full_name, DOM_SI
&csp->pol,
1,
&full_name,
- NULL, &sids,
- &types);
+ NULL, 1,
+ &sids, &types);
if (!NT_STATUS_IS_OK(nt_status)) {
return nt_status;