]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Apply fix for history size from Martin Simmons
authorKern Sibbald <kern@sibbald.com>
Wed, 26 Feb 2020 13:53:01 +0000 (14:53 +0100)
committerKern Sibbald <kern@sibbald.com>
Wed, 26 Feb 2020 13:53:01 +0000 (14:53 +0100)
bacula/src/console/console.c

index f70ee8500fba0cf87981da15d68ea37fd22ea253..87853615ac60e6897cb12061b87d9244e0b1d2dd 100644 (file)
@@ -936,7 +936,7 @@ void trapctlc()
 }
 
 #ifdef HAVE_READLINE
-static int histfile_size=0;
+static int histfile_size = 100;
 #endif
 
 static int console_update_history(const char *histfile)