From: Wouter Wijngaards Date: Thu, 19 Jan 2017 11:51:47 +0000 (+0000) Subject: fixup pythonmod. X-Git-Tag: release-1.6.1rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=874628378793db8db422261c218d6faf1a9c8f7b;p=thirdparty%2Funbound.git fixup pythonmod. git-svn-id: file:///svn/unbound/trunk@3991 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/pythonmod/pythonmod_utils.c b/pythonmod/pythonmod_utils.c index ae694d576..5d70f2b4b 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; diff --git a/util/data/msgparse.h b/util/data/msgparse.h index 5c9ffdee8..e21f8504e 100644 --- a/util/data/msgparse.h +++ b/util/data/msgparse.h @@ -296,8 +296,8 @@ int parse_edns_from_pkt(struct sldns_buffer* pkt, struct edns_data* edns, * @param rrset_flags: rrset flags (same as packed_rrset flags). * @return hash value */ -hashvalue_type pkt_hash_rrset(struct sldns_buffer* pkt, uint8_t* dname, uint16_t type, - uint16_t dclass, uint32_t rrset_flags); +hashvalue_type pkt_hash_rrset(struct sldns_buffer* pkt, uint8_t* dname, + uint16_t type, uint16_t dclass, uint32_t rrset_flags); /** * Lookup in msg hashtable to find a rrset.