1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-07 00:58:40 +03:00

r1146: initially zero server info

(This used to be commit c1aeaf97b39e1769bd43b21225094bb5128eaab4)
This commit is contained in:
Andrew Tridgell 2004-06-14 13:22:03 +00:00 committed by Gerald (Jerry) Carter
parent ef34f4de25
commit 6c13c97ac2

View File

@ -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;