From fbdb9ac866a647da0919b224f05cca039afc02fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sat, 12 May 2018 11:49:30 +0000 Subject: Vendor import of Unbound 1.6.1. --- pythonmod/pythonmod_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pythonmod/pythonmod_utils.c') diff --git a/pythonmod/pythonmod_utils.c b/pythonmod/pythonmod_utils.c index ae694d57693a..5d70f2b4bc04 100644 --- a/pythonmod/pythonmod_utils.c +++ b/pythonmod/pythonmod_utils.c @@ -74,7 +74,7 @@ int storeQueryInCache(struct module_qstate* qstate, struct query_info* qinfo, st /* Invalidate the message associated with query_info stored in message cache */ void invalidateQueryInCache(struct module_qstate* qstate, struct query_info* qinfo) { - hashvalue_t h; + hashvalue_type h; struct lruhash_entry* e; struct reply_info *r; size_t i, j; -- cgit v1.2.3