]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fix python module for prefetch-sticky changes.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Feb 2012 17:38:59 +0000 (17:38 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Feb 2012 17:38:59 +0000 (17:38 +0000)
git-svn-id: file:///svn/unbound/trunk@2633 be551aaa-1e26-0410-a405-d3ace91eadb9

pythonmod/pythonmod_utils.c

index 52cfad0a6f9282ebfd4c5f3de6bff39ac51640d7..b25acd3a8904c6229433c35b4127c59f7d999802 100644 (file)
@@ -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 */