From 2b13c9e07634e114240a005f28dee0707cb3648d Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 19 Apr 1997 11:31:38 +0000 Subject: Fix typo in previous commit --- usr.sbin/ppp/hdlc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ppp/hdlc.c b/usr.sbin/ppp/hdlc.c index 986da8c..ab2048f 100644 --- a/usr.sbin/ppp/hdlc.c +++ b/usr.sbin/ppp/hdlc.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: hdlc.c,v 1.11 1997/02/22 16:10:16 peter Exp $ + * $Id: hdlc.c,v 1.12 1997/04/19 09:25:58 phk Exp $ * * TODO: */ @@ -336,7 +336,7 @@ HdlcInput(struct mbuf *bp) bp->cnt -= 2; /* discard FCS part */ if (bp->cnt < 2) { /* XXX: raise this bar ? */ - bfree(bp); + pfree(bp); return; } -- cgit v1.1