mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 08:22:27 +01:00
Reset Pred1 protocol on FCS errors.
This commit is contained in:
parent
bba48fb88d
commit
5a92765501
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17240
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user