1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

toolcontext: Fix lvmlocal.conf load fail path.

This commit is contained in:
Alasdair G Kergon 2015-02-25 16:36:47 +00:00
parent 1e59c0346a
commit 4ff9abd01f

View File

@ -1741,7 +1741,7 @@ struct cmd_context *create_toolcontext(unsigned is_long_lived,
/* Load lvmlocal.conf */
if (*cmd->system_dir && !_load_config_file(cmd, "", 1))
return_0;
goto_out;
if (!_init_tag_configs(cmd))
goto_out;