From a84ed747dcab5235a337d1584662979795f683d8 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 1 Jun 2007 12:56:18 +0000 Subject: [PATCH] please lint. git-svn-id: file:///svn/unbound/trunk@358 be551aaa-1e26-0410-a405-d3ace91eadb9 --- iterator/iterator.c | 1 - util/data/msgreply.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/iterator/iterator.c b/iterator/iterator.c index 1e0e96cbf..d169f7371 100644 --- a/iterator/iterator.c +++ b/iterator/iterator.c @@ -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; diff --git a/util/data/msgreply.c b/util/data/msgreply.c index 0912780fa..1a65c3414 100644 --- a/util/data/msgreply.c +++ b/util/data/msgreply.c @@ -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 -- 2.47.2