From: Wouter Wijngaards Date: Mon, 18 Apr 2016 12:39:16 +0000 (+0000) Subject: please lint. X-Git-Tag: release-1.5.9rc1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=636e2ef5200e49e78748822809d94581c0c1ea8c;p=thirdparty%2Funbound.git please lint. git-svn-id: file:///svn/unbound/trunk@3704 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/services/outside_network.c b/services/outside_network.c index 3e8c6137c..202898353 100644 --- a/services/outside_network.c +++ b/services/outside_network.c @@ -1714,7 +1714,7 @@ serviced_tcp_send(struct serviced_query* sq, sldns_buffer* buff) * We try to detect their output; without resorting to a full parse or * check for too many bytes after the end of the packet. */ static int -packet_edns_malformed(struct sldns_buffer* buf, uint16_t qtype) +packet_edns_malformed(struct sldns_buffer* buf, int qtype) { size_t len; if(sldns_buffer_limit(buf) < LDNS_HEADER_SIZE)