summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-06-14 13:22:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:40 -0500
commit6c13c97ac2e17b162cc286ea251ab729c44d1a3f (patch)
tree5573c3b4268f661d5b4096c7cc5a8cde44189e9c /source4/auth
parentef34f4de254a790cba45a6d05b4be4b48fe04eb8 (diff)
downloadsamba-6c13c97ac2e17b162cc286ea251ab729c44d1a3f.tar.gz
samba-6c13c97ac2e17b162cc286ea251ab729c44d1a3f.tar.bz2
samba-6c13c97ac2e17b162cc286ea251ab729c44d1a3f.zip
r1146: initially zero server info
(This used to be commit c1aeaf97b39e1769bd43b21225094bb5128eaab4)
Diffstat (limited to 'source4/auth')
-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;