From 7f6827cc97f744df4728475b03cbf0b99867ba9a Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 16 Feb 2012 17:38:59 +0000 Subject: [PATCH] fix python module for prefetch-sticky changes. git-svn-id: file:///svn/unbound/trunk@2633 be551aaa-1e26-0410-a405-d3ace91eadb9 --- pythonmod/pythonmod_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */