mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
remove stray debugging printf
Noted by: Kasper Steensgaard <steensgaard@person.dk>
This commit is contained in:
parent
5c47350dad
commit
0bbd84e2d0
1 changed files with 0 additions and 1 deletions
|
|
@ -646,7 +646,6 @@ ether_input(struct ifnet *ifp, struct mbuf *m)
|
|||
* packet for us to free; sigh.
|
||||
*/
|
||||
if (bif != BDG_BCAST && bif != BDG_MCAST) {
|
||||
printf("ether_input: drop bdg packet, bif %p\n", bif);/*XXX*/
|
||||
m_freem(m);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue