mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
please lint.
git-svn-id: file:///svn/unbound/trunk@3704 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
f64c2d8d08
commit
636e2ef520
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue