From: Mark Andrews Date: Thu, 13 Aug 2026 02:14:06 +0000 (+1000) Subject: rndc-confgen `-q` (quiet) option is documented but doesn't work X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e08887200368d638f12a081196760a2ed9385d4;p=thirdparty%2Fbind9.git rndc-confgen `-q` (quiet) option is documented but doesn't work The command line parsing in rndc-confgen was broken so 'rndc-confgen -q' did not work. This has been fixed. --- diff --git a/bin/confgen/rndc-confgen.c b/bin/confgen/rndc-confgen.c index a63614d18c9..9f5e773c34f 100644 --- a/bin/confgen/rndc-confgen.c +++ b/bin/confgen/rndc-confgen.c @@ -116,7 +116,7 @@ main(int argc, char **argv) { isc_commandline_errprint = false; while ((ch = isc_commandline_parse(argc, argv, - "aA:b:c:hk:Mmp:r:s:t:u:Vy")) != -1) + "aA:b:c:hk:Mmp:qr:s:t:u:Vy")) != -1) { switch (ch) { case 'a':