1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3:libnet: Initialize struct ODJ_POLICY_DNS_DOMAIN_INFO

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Andreas Schneider 2021-12-10 15:10:39 +01:00 committed by Jeremy Allison
parent e25af2bc4f
commit 3397e04d71

View File

@ -30,7 +30,9 @@ static WERROR libnet_odj_compose_ODJ_WIN7BLOB(TALLOC_CTX *mem_ctx,
{
char *samaccount;
uint32_t len;
struct ODJ_POLICY_DNS_DOMAIN_INFO i;
struct ODJ_POLICY_DNS_DOMAIN_INFO i = {
.Sid = NULL,
};
ZERO_STRUCTP(b);