diff options
author | Cy Schubert <cy@FreeBSD.org> | 2025-04-25 14:41:24 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-04-25 14:41:24 +0000 |
commit | 44bab727dfe28451b777dc9e47db4f748b709182 (patch) | |
tree | b8abab888105843c7f120357a1e010bfd6d5ef8c /pythonmod/pythonmod_utils.c | |
parent | 0a6d797cf6eb751d7eb613900cd19803e05d905f (diff) |
Diffstat (limited to 'pythonmod/pythonmod_utils.c')
-rw-r--r-- | pythonmod/pythonmod_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |