From 99d58fb600d9d5c478a6f6e638f705dea5b4ca8e Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 7 Jun 2007 15:17:29 +0000 Subject: [PATCH] comment. svn:NO TEST. git-svn-id: file:///svn/unbound/trunk@377 be551aaa-1e26-0410-a405-d3ace91eadb9 --- iterator/iterator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); -- 2.47.2