comment to explain it.

git-svn-id: file:///svn/unbound/trunk@4545 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2018-02-21 13:17:27 +00:00
parent b89db70821
commit b8c72d7cbc

View file

@ -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;
}