1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-25 18:50:51 +03:00

fix error path

This commit is contained in:
Alasdair Kergon 2006-05-16 20:42:01 +00:00
parent 608eedf88d
commit c706f3246b

View File

@ -924,7 +924,7 @@ struct cmd_context *create_toolcontext(struct arg *the_args)
if (!(cmd->libmem = dm_pool_create("library", 4 * 1024))) {
log_error("Library memory pool creation failed");
return 0;
goto error;
}
if (!_init_lvm_conf(cmd))