mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cov: initilized more struct members
For some hypothetical path, make these vars defined.
This commit is contained in:
parent
a8ee13900d
commit
f5f1cdfa70
@ -4010,6 +4010,8 @@ static int _process_duplicate_pvs(struct cmd_context *cmd,
|
||||
};
|
||||
|
||||
struct volume_group dummy_vg = {
|
||||
.cmd = cmd,
|
||||
.vgmem = cmd->mem,
|
||||
.extent_size = 1,
|
||||
.fid = &dummy_fid,
|
||||
.name = "",
|
||||
|
Loading…
Reference in New Issue
Block a user