]> sourceware.org Git - lvm2.git/commitdiff
Fix compilation warning.
authorMilan Broz <mbroz@redhat.com>
Tue, 19 May 2009 10:12:41 +0000 (10:12 +0000)
committerMilan Broz <mbroz@redhat.com>
Tue, 19 May 2009 10:12:41 +0000 (10:12 +0000)
tools/lvconvert.c

index 267ff09360266a25f3448e18de8aac4b84844156..f199110383527ffb7b4642b07105867f90742155 100644 (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);
This page took 0.040607 seconds and 5 git commands to generate.