From: Eric Bollengier Date: Fri, 31 Jan 2020 14:46:35 +0000 (+0100) Subject: Fix #5917 about nextpool automatic completion issue in bconsole X-Git-Tag: Release-9.6.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe512232be6e44d2e0e81138d4b15e00907bcb90;p=thirdparty%2Fbacula.git Fix #5917 about nextpool automatic completion issue in bconsole --- diff --git a/bacula/src/console/console.c b/bacula/src/console/console.c index 22d1faf0e..45c9a9e79 100644 --- a/bacula/src/console/console.c +++ b/bacula/src/console/console.c @@ -659,7 +659,8 @@ static struct cpl_keywords_t cpl_keywords[] = { {"actiononpurge=", ".actiononpurge" }, {"tags=", ".tags" }, {"recylepool=", ".pool" }, - {"allfrompool=",".pool" } + {"allfrompool=",".pool" }, + {"nextpool=", ".pool" } }; #define key_size ((int)(sizeof(cpl_keywords)/sizeof(struct cpl_keywords_t)))