]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
note that state must be separated because of error corner cases.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 30 Nov 2017 16:07:10 +0000 (16:07 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 30 Nov 2017 16:07:10 +0000 (16:07 +0000)
git-svn-id: file:///svn/unbound/trunk@4410 be551aaa-1e26-0410-a405-d3ace91eadb9

services/authzone.c

index 50fea047a601012878a1ca0807fb8a9719734e0d..b04550d729a075bc9253b77843e963c444aaefe2 100644 (file)
@@ -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 */