From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16895 invoked by alias); 19 May 2009 10:12:42 -0000 Received: (qmail 16879 invoked by uid 9664); 19 May 2009 10:12:41 -0000 Date: Tue, 19 May 2009 10:12:00 -0000 Message-ID: <20090519101241.16877.qmail@sourceware.org> From: mbroz@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/tools lvconvert.c Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00033.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: mbroz@sourceware.org 2009-05-19 10:12:41 Modified files: tools : lvconvert.c Log message: Fix compilation warning. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/lvconvert.c.diff?cvsroot=lvm2&r1=1.73&r2=1.74 --- LVM2/tools/lvconvert.c 2009/05/13 21:21:59 1.73 +++ LVM2/tools/lvconvert.c 2009/05/19 10:12:41 1.74 @@ -442,7 +442,7 @@ 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);