mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-24 14:50:34 +03:00
missing vg_name initialisation
This commit is contained in:
parent
b8025bfebd
commit
c974b97ca3
@ -42,7 +42,7 @@ static int _read_name_params(struct lvconvert_params *lp,
|
||||
struct cmd_context *cmd, int *pargc, char ***pargv)
|
||||
{
|
||||
char *ptr;
|
||||
const char *vg_name;
|
||||
const char *vg_name = NULL;
|
||||
|
||||
if (lp->snapshot) {
|
||||
if (!*pargc) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user