CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2013/02/03 14:04:19
Modified files: usr.sbin/dhcpd : bpf.c dhcpd.h packet.c sbin/dhclient : bpf.c dhcpd.h packet.c Log message: Remove unused (a.k.a. always passed NULL) parameter 'data' from decode_udp_ip_header() and the useless check of it. Part of original diff from pelikan about udp length errors.