s4:torture:libnet: fix 'Conditional jump or move' valgrind error
[gd/samba-autobuild/.git] / source4 / torture / libnet / domain.c
index 71753de826dc8648a71b044cba9a497757f3f73d..c1cfc919d002215b45124411a25a7cdc01834e51 100644 (file)
@@ -33,6 +33,8 @@ static bool test_domainopen(struct torture_context *tctx,
        NTSTATUS status;
        struct libnet_DomainOpen io;
 
+       ZERO_STRUCT(io);
+
        torture_comment(tctx, "opening domain\n");
 
        io.in.domain_name  = talloc_strdup(mem_ctx, domname->string);