Review fix.

git-svn-id: file:///svn/unbound/trunk@4980 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2018-11-27 09:05:00 +00:00
parent 94996b8a29
commit f532367412
+1
View 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;