summaryrefslogtreecommitdiff
path: root/source3/auth/auth_util.c
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
commitbea4541e11f0664aaa8b62d525e0a02b14fc3afa (patch)
tree677cf0dc0f8a75aca25c60a31fd103fb81fe49b5 /source3/auth/auth_util.c
parent69b23a39cde21989946fc9f44defec6d2302b5da (diff)
downloadsamba-bea4541e11f0664aaa8b62d525e0a02b14fc3afa.tar.gz
samba-bea4541e11f0664aaa8b62d525e0a02b14fc3afa.tar.bz2
samba-bea4541e11f0664aaa8b62d525e0a02b14fc3afa.zip
Use sid_array_from_info3 in lookup_usergroups_cached().
Guenther (This used to be commit 65b4cb20ea3fb806cfd50281e08f32bea70fafce)
Diffstat (limited to 'source3/auth/auth_util.c')
-rw-r--r--source3/auth/auth_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index a95a59ea46..7013285809 100644
--- a/source3/auth/auth_util.c
+++ b/source3/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;