From: Wouter Wijngaards Date: Thu, 7 Jun 2007 15:17:29 +0000 (+0000) Subject: comment. svn:NO TEST. X-Git-Tag: release-0.4~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99d58fb600d9d5c478a6f6e638f705dea5b4ca8e;p=thirdparty%2Funbound.git comment. svn:NO TEST. git-svn-id: file:///svn/unbound/trunk@377 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/iterator/iterator.c b/iterator/iterator.c index 77c603adf..bb520721e 100644 --- a/iterator/iterator.c +++ b/iterator/iterator.c @@ -1157,7 +1157,7 @@ processQueryResponse(struct module_qstate* qstate, struct iter_qstate* iq, /* stop current outstanding queries. * FIXME: should the outstanding queries be waited for and - * handled? + * handled? Say by a subquery that inherits the outbound_entry. */ outbound_list_clear(&iq->outlist); verbose(VERB_ALGO, "cleared outbound list for next round"); @@ -1196,7 +1196,7 @@ processQueryResponse(struct module_qstate* qstate, struct iter_qstate* iq, /* stop current outstanding queries. * FIXME: should the outstanding queries be waited for and - * handled? + * handled? Say by a subquery that inherits the outbound_entry. */ outbound_list_clear(&iq->outlist); verbose(VERB_ALGO, "cleared outbound list for query restart");