summaryrefslogtreecommitdiff
path: root/tools/lvm.c
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2013-06-25 12:30:34 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2013-07-02 15:19:09 +0200
commit50bf2c0db14400d80b08afabe917deee51f32ac8 (patch)
treed79b8d6f96094b945a7ab525d38d5bc0fffc9f05 /tools/lvm.c
parent8ac4fcf8ffa4af3ee8d524add632f0f3139b929d (diff)
downloadlvm2-50bf2c0db14400d80b08afabe917deee51f32ac8.tar.gz
config: add profile arg to find_config_tree_int
Diffstat (limited to 'tools/lvm.c')
-rw-r--r--tools/lvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lvm.c b/tools/lvm.c
index ebce811bc..51e92932a 100644
--- a/tools/lvm.c
+++ b/tools/lvm.c
@@ -165,7 +165,7 @@ static void _read_history(struct cmd_context *cmd)
if (read_history(hist_file))
log_very_verbose("Couldn't read history from %s.", hist_file);
- stifle_history(find_config_tree_int(cmd, shell_history_size_CFG));
+ stifle_history(find_config_tree_int(cmd, shell_history_size_CFG, NULL));
}
static void _write_history(void)