1892. [bug] dnssec-signzone, dnssec-keygen: handle negative debug

levels. [RT #14962]
This commit is contained in:
Mark Andrews
2005-07-01 03:55:28 +00:00
parent 512addad20
commit df96fe1596
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
1892. [bug] dnssec-signzone, dnssec-keygen: handle negative debug
levels. [RT #14962]
1891. [func] Limit the number of recursive clients that can be
waiting for a single query (<qname,qtype,qclass>) to
resolve. New options clients-per-query and

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssectool.c,v 1.40.18.2 2005/04/29 00:15:21 marka Exp $ */
/* $Id: dnssectool.c,v 1.40.18.3 2005/07/01 03:55:28 marka Exp $ */
/*! \file */
@@ -151,6 +151,8 @@ setup_logging(int verbose, isc_mem_t *mctx, isc_log_t **logp) {
isc_log_t *log = NULL;
int level;
if (verbose < 0)
verbose = 0;
switch (verbose) {
case 0:
/*