--- LVM/1.0.8/tools/lib/pv_read_all_pv_of_vg.c 2003-09-03 11:16:08.000000000 -0400 +++ LVM/1.0.8/tools/lib/pv_read_all_pv_of_vg.c.new 2006-09-08 00:04:38.000000000 -0400 @@ -55,6 +55,7 @@ int pv_number = 0; int ret = 0; int uuids = 0; + int dummy_var = 0; static int first = 0; char *pv_uuid_list = NULL; static char vg_name_sav[NAME_LEN] = { 0, }; @@ -129,7 +130,7 @@ UUID_LEN) == 0) goto uuid_check_end; } pv_this[p] = NULL; -uuid_check_end: +uuid_check_end: dummy_var = 0 ; } for ( pp = 0; pp < p - 2; pp++) { if ( pv_this[pp] == NULL) {