From: Wouter Wijngaards Date: Wed, 13 Feb 2008 14:43:16 +0000 (+0000) Subject: made verbosity in dnssec.c static so that it does not conflict with X-Git-Tag: release-1.3.0~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55fa2b426dc34fb95d76bebde0521c2fe04e28e6;p=thirdparty%2Fldns.git made verbosity in dnssec.c static so that it does not conflict with global verbosity in unbound. --- diff --git a/dnssec.c b/dnssec.c index f346f7fd..0d3fa802 100644 --- 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,