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:
committed by
Gerald (Jerry) Carter
parent
cb3d3b5e51
commit
c1aeaf97b3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user