diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index 867b94ba654..54b4e8cfb7d 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -7832,7 +7832,7 @@ static bool test_EnumPrinterKey(struct torture_context *tctx, { struct spoolss_EnumPrinterKey r; uint32_t needed = 0; - union spoolss_KeyNames key_buffer; + union spoolss_KeyNames key_buffer = {}; int32_t offered[] = { 0, 1, 2, 3, 4, 5, -1, -2, -3, -4, -5, 256, 512, 1024, 2048 }; uint32_t _ndr_size; int i;