diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-08-08 17:36:10 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-08-08 17:36:10 +0000 |
| commit | b18a6818a6eb7ebf2792b23300bb639ac0a7f277 (patch) | |
| tree | 74957dcbf190e471c8cf5ea719f300d9fda12dd5 | |
| parent | 7ad4503cb4033e5640f35cb03c6653a433828ae9 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ppp/lcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index 47e9b14af5a6c..ef5a34daca4d5 100644 --- a/usr.sbin/ppp/lcp.c +++ b/usr.sbin/ppp/lcp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcp.c,v 1.76 1999/06/09 16:54:03 brian Exp $ + * $Id: lcp.c,v 1.77 1999/06/09 20:27:26 brian Exp $ * */ @@ -540,7 +540,7 @@ LcpDecodeConfig(struct fsm *fp, u_char *cp, int plen, int mode_type, struct mp *mp; struct physical *p = link2physical(fp->link); - callback_req = 0; + sz = op = callback_req = 0; while (plen >= sizeof(struct fsmconfig)) { type = *cp; |
