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:
parent
e25af2bc4f
commit
3397e04d71
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user