1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00

Fix premature return from get_pool_params

This commit is contained in:
Marian Csontos 2014-02-13 10:49:34 +01:00
parent e8225b8615
commit a060b3b390

View File

@ -1673,7 +1673,6 @@ int get_pool_params(struct cmd_context *cmd,
" converting to pool LVs.");
return_0;
}
return 1;
}
*passed_args = 0;