1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-10 05:18:36 +03:00

Fix compilation warning.

This commit is contained in:
Milan Broz 2009-05-19 10:12:41 +00:00
parent bdc7574fd5
commit 35bd06a9a0

View File

@ -442,7 +442,7 @@ static int lvconvert_mirrors(struct cmd_context * cmd, struct logical_volume * l
int r = 0;
struct logical_volume *log_lv;
int failed_mirrors = 0, failed_log = 0;
struct dm_list *old_pvh, *remove_pvs = NULL;
struct dm_list *old_pvh = NULL, *remove_pvs = NULL;
seg = first_seg(lv);
existing_mirrors = lv_mirror_count(lv);