summaryrefslogtreecommitdiff
path: root/common/nit.c
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2014-09-18 15:25:02 -0400
committerThomas Markwalder <tmark@isc.org>2014-09-18 15:25:02 -0400
commit7ff6ae5aa85754119319def3c7f225a40da299c4 (patch)
tree951d41bc1c93c2166eb468bc4c844cbe2e46ec2a /common/nit.c
parentbd49432ff42d9b423319cebe25831f954ab63b81 (diff)
downloadisc-dhcp-7ff6ae5aa85754119319def3c7f225a40da299c4.tar.gz
[master] Checkum handling fixes
Merges in rt22806
Diffstat (limited to 'common/nit.c')
-rw-r--r--common/nit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nit.c b/common/nit.c
index a43bcf3e..316e85f9 100644
--- a/common/nit.c
+++ b/common/nit.c
@@ -363,7 +363,7 @@ ssize_t receive_packet (interface, buf, len, from, hfrom)
/* Decode the IP and UDP headers... */
offset = decode_udp_ip_header (interface, ibuf, bufix,
- from, length, &paylen);
+ from, length, &paylen, 1);
/* If the IP or UDP checksum was bad, skip the packet... */
if (offset < 0)