Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/netinet/ip_input.c 107114 2002-11-20 19:07:27Z luigi $
---
> * $FreeBSD: head/sys/netinet/ip_input.c 108466 2002-12-30 20:22:40Z sam $
1765a1766,1775
> if (mcopy != NULL && !m_dup_pkthdr(mcopy, m, M_DONTWAIT)) {
> /*
> * It's probably ok if the pkthdr dup fails (because
> * the deep copy of the tag chain failed), but for now
> * be conservative and just discard the copy since
> * code below may some day want the tags.
> */
> m_free(mcopy);
> mcopy = NULL;
> }
1767d1776
< M_COPY_PKTHDR(mcopy, m);