]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
made verbosity in dnssec.c static so that it does not conflict with
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Wed, 13 Feb 2008 14:43:16 +0000 (14:43 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Wed, 13 Feb 2008 14:43:16 +0000 (14:43 +0000)
global verbosity in unbound.

dnssec.c

index f346f7fd6ecd0a539e1f460ceb58b73fd57f5969..0d3fa802f422f341abaa0418ff785367f9835384 100644 (file)
--- a/dnssec.c
+++ b/dnssec.c
@@ -96,7 +96,7 @@ ldns_nsec_get_bitmap(ldns_rr *nsec) {
 /*return the owner name of the closest encloser for name from the list of rrs */
 /* this is NOT the hash, but the original name! */
 /* XXX tmp: verbosity */
-int verbosity = 5;
+static int verbosity = 5;
 
 ldns_rdf *
 ldns_dnssec_nsec3_closest_encloser(ldns_rdf *qname,