mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
comment to explain it.
git-svn-id: file:///svn/unbound/trunk@4545 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
b89db70821
commit
b8c72d7cbc
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue