cvs commit: src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h
Joerg Sonnenberger
joerg at britannica.bec.de
Fri Feb 25 16:12:33 GMT 2005
On Thu, Feb 24, 2005 at 08:25:27PM +0000, Robert Watson wrote:
> @@ -1461,7 +1464,7 @@
> if (m_head == NULL)
> break;
>
> - if (rl_encap(sc, m_head))
> + if (rl_encap(sc, &m_head))
> break;
>
> /* Pass a copy of this mbuf chain to the bpf subsystem. */
This is a place where it actually works, because the packet is fully
dropped and the mbuf was freed already.
Joerg
More information about the cvs-src
mailing list