mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-25 21:57:45 +03:00
config: remove typo in handling devices/write_cache_state config
...which caused the cmd->dump_filter to be always set irrespective of the actual devices/write_cache_state setting.
This commit is contained in:
parent
91c9771fc3
commit
e7ccad2ef0
@ -932,7 +932,7 @@ static int _init_filters(struct cmd_context *cmd, unsigned load_persistent_cache
|
||||
}
|
||||
|
||||
/* Should we ever dump persistent filter state? */
|
||||
if (find_config_tree_bool(cmd, devices_write_cache_state_CFG));
|
||||
if (find_config_tree_bool(cmd, devices_write_cache_state_CFG))
|
||||
cmd->dump_filter = 1;
|
||||
|
||||
if (!*cmd->system_dir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user