]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix #5917 about nextpool automatic completion issue in bconsole
authorEric Bollengier <eric@baculasystems.com>
Fri, 31 Jan 2020 14:46:35 +0000 (15:46 +0100)
committerKern Sibbald <kern@sibbald.com>
Fri, 21 Feb 2020 12:58:50 +0000 (13:58 +0100)
bacula/src/console/console.c

index 22d1faf0e5a54b6b55f3482ae599658f4051905d..45c9a9e796aa848b66a2d923eba9357ca114db82 100644 (file)
@@ -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)))