]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fixup pythonmod.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 19 Jan 2017 11:51:47 +0000 (11:51 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 19 Jan 2017 11:51:47 +0000 (11:51 +0000)
git-svn-id: file:///svn/unbound/trunk@3991 be551aaa-1e26-0410-a405-d3ace91eadb9

pythonmod/pythonmod_utils.c
util/data/msgparse.h

index ae694d57693a0c6e061c2ea7eb4527a75b6f8882..5d70f2b4bc0437540f538776dd0d753f3ab0b203 100644 (file)
@@ -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;
index 5c9ffdee8410f4a45dbb1458802f894a3dd8a0a8..e21f8504ea7d095b5bce98c7e72bf5d91b0643ef 100644 (file)
@@ -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.