]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Review fix.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 27 Nov 2018 09:05:00 +0000 (09:05 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 27 Nov 2018 09:05:00 +0000 (09:05 +0000)
git-svn-id: file:///svn/unbound/trunk@4980 be551aaa-1e26-0410-a405-d3ace91eadb9

dns64/dns64.c

index 0b501a716fc427bd8a69c7cb27eb21e2f9da7a27..6c81192f117a26f85694c9e506ef9b40e02c57b4 100644 (file)
@@ -929,6 +929,7 @@ dns64_inform_super(struct module_qstate* qstate, int id,
                        sizeof(*super_dq));
                super->minfo[id] = super_dq;
                memset(super_dq, 0, sizeof(*super_dq));
+               super_dq->started_no_cache_store = super->no_cache_store;
        }
        super_dq->state = DNS64_SUBQUERY_FINISHED;