summaryrefslogtreecommitdiffstats
path: root/source/auth
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-04 02:53:40 +0200
committerGünther Deschner <gd@samba.org>2008-04-04 02:53:40 +0200
commit65b4cb20ea3fb806cfd50281e08f32bea70fafce (patch)
tree97ff63a675342e4ec01ae91fae40d340e23af532 /source/auth
parent352f8440c74bc22416e21783e1dc5fecf5869902 (diff)
downloadsamba-65b4cb20ea3fb806cfd50281e08f32bea70fafce.tar.gz
samba-65b4cb20ea3fb806cfd50281e08f32bea70fafce.tar.xz
samba-65b4cb20ea3fb806cfd50281e08f32bea70fafce.zip
Use sid_array_from_info3 in lookup_usergroups_cached().
Guenther
Diffstat (limited to 'source/auth')
-rw-r--r--source/auth/auth_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/auth_util.c b/source/auth/auth_util.c
index a95a59ea46f..7013285809c 100644
--- a/source/auth/auth_util.c
+++ b/source/auth/auth_util.c
@@ -1620,7 +1620,7 @@ NTSTATUS make_server_info_info3(TALLOC_CTX *mem_ctx,
nt_status = sid_array_from_info3(result, info3,
&result->sids,
&result->num_sids,
- False);
+ false, false);
if (!NT_STATUS_IS_OK(nt_status)) {
TALLOC_FREE(result);
return nt_status;