Remove a stale comment, fix indentation.

This commit is contained in:
luigi 2003-06-28 14:23:22 +00:00
parent f8b1841e60
commit 880567e3db

View File

@ -454,9 +454,6 @@ transmit_event(struct dn_pipe *pipe)
* it has not consumed it.
*/
if (pkt->dn_dir == DN_TO_BDG_FWD) {
/*
* same as ether_input, make eh be a pointer into the mbuf
*/
m = bdg_forward_ptr(m, pkt->ifp);
if (m)
m_freem(m);