mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-11 20:58:50 +03:00
Fix compiler warning.
This commit is contained in:
parent
d39e1be45c
commit
37093b1d17
@ -281,7 +281,7 @@ int vgsplit(struct cmd_context *cmd, int argc, char **argv)
|
|||||||
char *vg_name_from, *vg_name_to;
|
char *vg_name_from, *vg_name_to;
|
||||||
struct volume_group *vg_to = NULL, *vg_from = NULL;
|
struct volume_group *vg_to = NULL, *vg_from = NULL;
|
||||||
int opt;
|
int opt;
|
||||||
int existing_vg;
|
int existing_vg = 0;
|
||||||
int consistent;
|
int consistent;
|
||||||
int r = ECMD_FAILED;
|
int r = ECMD_FAILED;
|
||||||
const char *lv_name;
|
const char *lv_name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user