mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-07 23:39:35 -05:00
remove debug print
git-svn-id: file:///svn/unbound/trunk@4471 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
fdd1a602d5
commit
70f3d25173
1 changed files with 0 additions and 1 deletions
|
|
@ -3017,7 +3017,6 @@ int auth_zones_lookup(struct auth_zones* az, struct query_info* qinfo,
|
|||
z = auth_zone_find(az, dp_nm, dp_nmlen, qinfo->qclass);
|
||||
if(!z) {
|
||||
lock_rw_unlock(&az->lock);
|
||||
verbose(VERB_ALGO, "no auth zone for query, fallback");
|
||||
/* no auth zone, fallback to internet */
|
||||
*fallback = 1;
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue