1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00

cov: add initilizer

This commit is contained in:
Zdenek Kabelac 2021-07-27 22:39:16 +02:00
parent a4eb378fe4
commit 3e2827f3b7

View File

@ -873,7 +873,7 @@ static int _blkid_wipe(blkid_probe probe, struct device *dev, const char *name,
const char *offset = NULL, *type = NULL, *magic = NULL,
*usage = NULL, *label = NULL, *uuid = NULL;
loff_t offset_value;
size_t len;
size_t len = 0;
if (!blkid_probe_lookup_value(probe, "TYPE", &type, NULL)) {
if (_type_in_flag_list(type, types_to_exclude))