mirror of
git://sourceware.org/git/lvm2.git
synced 2025-04-01 18:50:41 +03:00
cleanup: drop double ;
This commit is contained in:
parent
dbc71dc05e
commit
7d8a67714f
@ -364,7 +364,7 @@ int backup_restore_vg(struct cmd_context *cmd, struct volume_group *vg,
|
||||
struct dm_list new_pvs;
|
||||
struct pv_list *pvl, *new_pvl;
|
||||
struct physical_volume *existing_pv, *pv;
|
||||
struct dm_list *pvs = &vg->pvs;;
|
||||
struct dm_list *pvs = &vg->pvs;
|
||||
struct format_instance *fid;
|
||||
struct format_instance_ctx fic;
|
||||
int should_write_pv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user