Remove a bogus re-assignment.

This commit is contained in:
Kevin Lo 2014-04-08 01:54:50 +00:00
parent 248fe734f5
commit cfac59ecb1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264248

View File

@ -384,7 +384,6 @@ udp_input(struct mbuf *m, int off)
int cscov_partial;
uint8_t pr;
iphlen = off;
ifp = m->m_pkthdr.rcvif;
UDPSTAT_INC(udps_ipackets);