diff --git a/pythonmod/pythonmod_utils.c b/pythonmod/pythonmod_utils.c index 52cfad0a6..b25acd3a8 100644 --- a/pythonmod/pythonmod_utils.c +++ b/pythonmod/pythonmod_utils.c @@ -66,7 +66,7 @@ int storeQueryInCache(struct module_qstate* qstate, struct query_info* qinfo, st } return dns_cache_store(qstate->env, qinfo, msgrep, is_referral, - qstate->prefetch_leeway, NULL); + qstate->prefetch_leeway, 0, NULL); } /* Invalidate the message associated with query_info stored in message cache */