mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-27 17:09:20 -05:00
please lint.
git-svn-id: file:///svn/unbound/trunk@358 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
0001a42efc
commit
a84ed747dc
2 changed files with 1 additions and 1 deletions
|
|
@ -1265,7 +1265,6 @@ iter_operate(struct module_qstate* qstate, enum module_ev event, int id,
|
|||
process_response(qstate, iq, ie, id, outbound, event);
|
||||
return;
|
||||
}
|
||||
/* TODO: uhh */
|
||||
|
||||
log_err("bad event for iterator");
|
||||
qstate->ext_state[id] = module_error;
|
||||
|
|
|
|||
|
|
@ -290,6 +290,7 @@ get_rrset_trust(struct reply_info* rep, size_t i)
|
|||
* @param pkt: the packet for compression pointer resolution.
|
||||
* @param msg: the parsed message
|
||||
* @param rep: reply info to put rrs into.
|
||||
* @param region: if not NULL, used for allocation.
|
||||
* @return 0 on failure.
|
||||
*/
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue