From: Wouter Wijngaards Date: Thu, 16 Feb 2012 17:38:59 +0000 (+0000) Subject: fix python module for prefetch-sticky changes. X-Git-Tag: release-1.4.17rc1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f6827cc97f744df4728475b03cbf0b99867ba9a;p=thirdparty%2Funbound.git fix python module for prefetch-sticky changes. git-svn-id: file:///svn/unbound/trunk@2633 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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 */