From: Kern Sibbald Date: Wed, 26 Feb 2020 13:53:01 +0000 (+0100) Subject: Apply fix for history size from Martin Simmons X-Git-Tag: Release-9.6.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ee1d229679880ff8c2169a76459b1250d1f47af;p=thirdparty%2Fbacula.git Apply fix for history size from Martin Simmons --- diff --git a/bacula/src/console/console.c b/bacula/src/console/console.c index f70ee8500..87853615a 100644 --- a/bacula/src/console/console.c +++ b/bacula/src/console/console.c @@ -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)