tidying: coverity issues
[exim.git] / src / src / routers / queryprogram.c
index 018e4c831a2d2040108366ff6c1d1a7e49a41ebc..9970c829913540ae1b9c012b47d382ef7819c4af 100644 (file)
@@ -214,6 +214,7 @@ ugid.uid_set = ugid.gid_set = FALSE;
 /* Set up the propagated data block with the current address_data and the
 errors address and extra header stuff. */
 
+bzero(&addr_prop, sizeof(addr_prop));
 addr_prop.address_data = deliver_address_data;
 
 rc = rf_get_errors_address(addr, rblock, verify, &addr_prop.errors_address);