mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 07:55:21 -04:00
Remove a bogus re-assignment.
This commit is contained in:
parent
248fe734f5
commit
cfac59ecb1
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue