aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/ppp/mbuf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/mbuf.c b/usr.sbin/ppp/mbuf.c
index 36d475369499..9dbce186338e 100644
--- a/usr.sbin/ppp/mbuf.c
+++ b/usr.sbin/ppp/mbuf.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: mbuf.c,v 1.15 1998/06/15 19:06:17 brian Exp $
+ * $Id: mbuf.c,v 1.16 1998/06/16 07:15:11 brian Exp $
*
*/
#include <sys/types.h>
@@ -194,6 +194,7 @@ mbuf_Dequeue(struct mqueue *q)
if (q->qlen)
log_Printf(LogERROR, "mbuf_Dequeue: Not zero (%d)!!!\n", q->qlen);
}
+ bp->pnext = NULL;
}
return bp;