1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

lib2app: Fix warnings in lvm_list_pvs_free

Signed-off-by: Tony Asleson <tasleson@redhat.com>
This commit is contained in:
Tony Asleson 2013-04-03 17:07:08 -04:00
parent 8ddb1b4abf
commit d079411051

View File

@ -116,9 +116,7 @@ int lvm_list_pvs_free(struct dm_list *pvlist)
int rc = 0;
struct lvm_list_wrapper *to_delete = NULL;
struct vg_list *vgl = NULL;
struct vg_list *tmp_vgl = NULL;
struct pv_list *pvl = NULL;
struct pv_list *tmp_pvl = NULL;
struct cmd_context *cmd = NULL;
if (pvlist ) {