From: Wouter Wijngaards Date: Tue, 27 Nov 2018 09:05:00 +0000 (+0000) Subject: Review fix. X-Git-Tag: release-1.8.2rc1~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f53236741213f11302c9a018d2f6389c279d2f64;p=thirdparty%2Funbound.git Review fix. git-svn-id: file:///svn/unbound/trunk@4980 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/dns64/dns64.c b/dns64/dns64.c index 0b501a716..6c81192f1 100644 --- a/dns64/dns64.c +++ b/dns64/dns64.c @@ -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;