From: Wouter Wijngaards Date: Wed, 21 Feb 2018 13:17:27 +0000 (+0000) Subject: comment to explain it. X-Git-Tag: release-1.7.0rc1~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8c72d7cbc8f136ad7f727a88a20251e4b0bf612;p=thirdparty%2Funbound.git comment to explain it. git-svn-id: file:///svn/unbound/trunk@4545 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/iterator/iterator.c b/iterator/iterator.c index 1501fa00d..9c622283b 100644 --- a/iterator/iterator.c +++ b/iterator/iterator.c @@ -1158,6 +1158,10 @@ processInitRequest(struct module_qstate* qstate, struct iter_qstate* iq, verbose(VERB_QUERY, "request has exceeded the maximum number" " of query restarts with %d", iq->query_restart_count); if(iq->response) { + /* return the partial CNAME loop, i.e. with the + * actual packet in iq->response cleared of RRsets, + * the stored prepend RRsets contain the loop contents + * with duplicates removed */ iq->state = FINISHED_STATE; return 1; }