Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
7c386b0c
Commit
7c386b0c
authored
Jul 01, 2005
by
Mark Andrews
Browse files
1892. [bug] dnssec-signzone, dnssec-keygen: handle negative debug
levels. [RT #14962]
parent
311f11f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
7c386b0c
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
...
...
bin/dnssec/dnssectool.c
View file @
7c386b0c
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssectool.c,v 1.4
2
2005/0
4/29 00:22:25
marka Exp $ */
/* $Id: dnssectool.c,v 1.4
3
2005/0
7/01 03:28:42
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
:
/*
...
...
doc/private/branches
View file @
7c386b0c
...
...
@@ -42,7 +42,7 @@ rt14933 new
rt14951 new
rt14953 new
rt14959 new
rt14962
new
rt14962
closed
rt14963 new
rt14965 new
rt14967 new
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment