summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 825452026e..287d9632a9 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -911,7 +911,8 @@ bool init_system_info(void)
if (system_info != NULL)
return True;
- return NT_STATUS_IS_OK(make_new_server_info_system(talloc_autofree_context(), &system_info));
+ return NT_STATUS_IS_OK(make_new_server_info_system(NULL,
+ &system_info));
}
NTSTATUS make_server_info_system(TALLOC_CTX *mem_ctx,