From f53236741213f11302c9a018d2f6389c279d2f64 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 27 Nov 2018 09:05:00 +0000 Subject: [PATCH] Review fix. git-svn-id: file:///svn/unbound/trunk@4980 be551aaa-1e26-0410-a405-d3ace91eadb9 --- dns64/dns64.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.3