summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/auth/auth_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/auth_util.c b/source4/auth/auth_util.c
index ba13fceab3..097f504538 100644
--- a/source4/auth/auth_util.c
+++ b/source4/auth/auth_util.c
@@ -464,6 +464,7 @@ NTSTATUS make_server_info(struct auth_serversupplied_info **server_info,
talloc_destroy(mem_ctx);
return NT_STATUS_NO_MEMORY;
}
+ ZERO_STRUCTP(*server_info);
(*server_info)->mem_ctx = mem_ctx;
return NT_STATUS_OK;