rwatson 2004/04/15 12:11:34 PDT FreeBSD src repository Modified files: sys/net if_ppp.c Log: If IF_HANDOFF() or netisr_queue() fail, they will free the mbuf. When this happens, set (m) to NULL or we'll try to free it a second time on return. Submitted by: Pavel Gulchouck <gul at gul.kiev.ua> Revision Changes Path 1.96 +1 -0 src/sys/net/if_ppp.c