]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Updated patch from Charles Walker.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 26 May 2016 06:49:44 +0000 (06:49 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 26 May 2016 06:49:44 +0000 (06:49 +0000)
git-svn-id: file:///svn/unbound/trunk@3728 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
iterator/iterator.c

index 8b2b7c7ca622c712c03c062fa42e9a594f38dc75..315502a7876552dcd8120a585f7c4fb9ddc05d66 100644 (file)
@@ -1,3 +1,6 @@
+26 May 2016: Wouter
+       - Updated patch from Charles Walker.
+
 24 May 2016: Wouter
        - disable-dnssec-lame-check config option from Charles Walker.
        - remove memory leak from lame-check patch.
index 465bf654038e577223ffe952e2e4b466509ff214..f521940a739724de35df9737333597af45ae49fd 100644 (file)
@@ -2465,8 +2465,7 @@ processQueryResponse(struct module_qstate* qstate, struct iter_qstate* iq,
                verbose(VERB_ALGO, "cleared outbound list for query restart");
                /* go to INIT_REQUEST_STATE for new qname. */
                return next_state(iq, INIT_REQUEST_STATE);
-       } else if(!qstate->env->cfg->disable_dnssec_lame_check 
-                      && type == RESPONSE_TYPE_LAME) {
+       } else if(type == RESPONSE_TYPE_LAME) {
                /* Cache the LAMEness. */
                verbose(VERB_DETAIL, "query response was %sLAME",
                        dnsseclame?"DNSSEC ":"");