mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-11 20:58:50 +03:00
lib2app: Fix warnings in lvm_list_pvs_free
Signed-off-by: Tony Asleson <tasleson@redhat.com>
This commit is contained in:
parent
8ddb1b4abf
commit
d079411051
@ -116,9 +116,7 @@ int lvm_list_pvs_free(struct dm_list *pvlist)
|
|||||||
int rc = 0;
|
int rc = 0;
|
||||||
struct lvm_list_wrapper *to_delete = NULL;
|
struct lvm_list_wrapper *to_delete = NULL;
|
||||||
struct vg_list *vgl = NULL;
|
struct vg_list *vgl = NULL;
|
||||||
struct vg_list *tmp_vgl = NULL;
|
|
||||||
struct pv_list *pvl = NULL;
|
struct pv_list *pvl = NULL;
|
||||||
struct pv_list *tmp_pvl = NULL;
|
|
||||||
struct cmd_context *cmd = NULL;
|
struct cmd_context *cmd = NULL;
|
||||||
|
|
||||||
if (pvlist ) {
|
if (pvlist ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user