From 44bab727dfe28451b777dc9e47db4f748b709182 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Fri, 25 Apr 2025 07:41:24 -0700 Subject: unbound: Vendor import 1.23.0 Release notes at https://nlnetlabs.nl/news/2025/Apr/24/unbound-1.23.0-released/ --- pythonmod/pythonmod_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pythonmod/pythonmod_utils.c') diff --git a/pythonmod/pythonmod_utils.c b/pythonmod/pythonmod_utils.c index aebe4d2bbb24..fc9921aa1d1e 100644 --- a/pythonmod/pythonmod_utils.c +++ b/pythonmod/pythonmod_utils.c @@ -73,7 +73,7 @@ int storeQueryInCache(struct module_qstate* qstate, struct query_info* qinfo, return dns_cache_store(qstate->env, qinfo, msgrep, is_referral, qstate->prefetch_leeway, 0, NULL, qstate->query_flags, - qstate->qstarttime); + qstate->qstarttime, qstate->is_valrec); } /* Invalidate the message associated with query_info stored in message cache */ -- cgit v1.2.3