mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-12 15:23:41 -05:00
neater code.
git-svn-id: file:///svn/unbound/trunk@4546 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
b8c72d7cbc
commit
075f470778
1 changed files with 1 additions and 2 deletions
|
|
@ -1162,8 +1162,7 @@ processInitRequest(struct module_qstate* qstate, struct iter_qstate* iq,
|
|||
* 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;
|
||||
return next_state(iq, FINISHED_STATE);
|
||||
}
|
||||
return error_response(qstate, id, LDNS_RCODE_SERVFAIL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue