K 10 svn:author V 5 green K 8 svn:date V 27 2003-11-17T03:17:49.000000Z K 7 svn:log V 316 Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, but do not have mh_nextpkt initialized. Somtimes what's there is "1", and the ip_input() code pukes trying to m_free() it, rendering divert sockets and such broken. This really underscores the need to get rid of MT_TAG. Reviewed by: rwatson END