no AAAA shortcuts.

git-svn-id: file:///svn/unbound/trunk@4403 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2017-11-13 14:15:10 +00:00
parent f3304d408c
commit 6c2fa12f10
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,7 @@
13 November 2017: Wouter
- Fix #2801: Install libunbound.pc.
- Fix qname minimisation to send AAAA queries at zonecut like type A.
- reverted AAAA change.
7 November 2017: Wouter
- Fix #2492: Documentation libunbound.

View file

@ -2154,8 +2154,7 @@ processQueryTargets(struct module_qstate* qstate, struct iter_qstate* iq,
}
if(labdiff < 1 || (labdiff < 2
&& (iq->qchase.qtype == LDNS_RR_TYPE_DS
|| iq->qchase.qtype == LDNS_RR_TYPE_A
|| iq->qchase.qtype == LDNS_RR_TYPE_AAAA)))
|| iq->qchase.qtype == LDNS_RR_TYPE_A)))
/* Stop minimising this query, resolve "as usual" */
iq->minimisation_state = DONOT_MINIMISE_STATE;
else if(!qstate->no_cache_lookup) {