1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-29 16:23:52 +03:00

r1146: initially zero server info

This commit is contained in:
Andrew Tridgell
2004-06-14 13:22:03 +00:00
committed by Gerald (Jerry) Carter
parent cb3d3b5e51
commit c1aeaf97b3

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;