1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00

Remove forgotten lcp report timer.

This commit is contained in:
Brian Somers 1998-02-19 19:56:39 +00:00
parent f1316a8643
commit 68f7a8cdcc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/cvs2svn/branches/MP/; revision=33629

View File

@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id: lcp.h,v 1.16.2.8 1998/02/16 00:00:19 brian Exp $
* $Id: lcp.h,v 1.16.2.9 1998/02/17 19:29:14 brian Exp $
*
* TODO:
*/
@ -47,7 +47,6 @@ struct lcp {
u_short auth_ineed; /* I require that the peer authenticates */
int LcpFailedMagic; /* Number of `magic is same' errors */
struct pppTimer ReportTimer; /* Moan about hdlc errors every 60 seconds */
};
#define LCP_MAXCODE CODE_DISCREQ