From: Wouter Wijngaards Date: Thu, 30 Nov 2017 16:07:10 +0000 (+0000) Subject: note that state must be separated because of error corner cases. X-Git-Tag: release-1.7.0rc1~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6030306d9ca581fb23fb8140f476566cff9a104b;p=thirdparty%2Funbound.git note that state must be separated because of error corner cases. git-svn-id: file:///svn/unbound/trunk@4410 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/services/authzone.c b/services/authzone.c index 50fea047a..b04550d72 100644 --- a/services/authzone.c +++ b/services/authzone.c @@ -3312,6 +3312,8 @@ void auth_xfer_probe_lookup_callback(void* arg, int ATTR_UNUSED(rcode), struct module_env* env; log_assert(xfr->task_probe); env = xfr->task_probe->env; + + /* TODO: have A,AAAA phase bools stored in task_probe for this name */ /* TODO process result */