In article <000501c00a34$dfd43f20$71cbc918@jehovah>,
Bosko Milekic <[EMAIL PROTECTED]> wrote:
>
> Hrmmm, there may be a logic problem here. Try this (apply it manually,
> as I am not able to produce a diff at this time):
>
> change:
>
> if ((__mcnt == NULL) && (m_alloc_ref(1) == 0))
Hrmmm, there may be a logic problem here. Try this (apply it manually,
as I am not able to produce a diff at this time):
change:
if ((__mcnt == NULL) && (m_alloc_ref(1) == 0))
panic("mbuf subsystem: out of ref counts!");
to:
if (__mcnt == NULL) {
if (m_alloc_