Reset Pred1 protocol on FCS errors.

This commit is contained in:
Poul-Henning Kamp 1996-07-21 13:01:27 +00:00
parent bba48fb88d
commit 5a92765501
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17240

View File

@ -5,7 +5,7 @@
/*
*
* $Id: pred.c,v 1.5 1996/01/30 11:08:48 dfr Exp $
* $Id: pred.c,v 1.6 1996/05/11 20:48:41 phk Exp $
*
* pred.c -- Test program for Dave Rand's rendition of the
* predictor algorithm
@ -219,6 +219,7 @@ struct mbuf *bp;
else
{
LogDumpBp(LOG_HDLC, "Bad FCS", wp);
CcpSendResetReq(&CcpFsm);
pfree(wp);
}
pfree(bp);