1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00

Fix compiler warning.

This commit is contained in:
Milan Broz 2009-06-10 11:21:10 +00:00
parent d39e1be45c
commit 37093b1d17

View File

@ -281,7 +281,7 @@ int vgsplit(struct cmd_context *cmd, int argc, char **argv)
char *vg_name_from, *vg_name_to;
struct volume_group *vg_to = NULL, *vg_from = NULL;
int opt;
int existing_vg;
int existing_vg = 0;
int consistent;
int r = ECMD_FAILED;
const char *lv_name;