diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-06-09 20:27:26 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-06-09 20:27:26 +0000 |
| commit | ab959eb2b3527806d54557d0e254b4faa17dd912 (patch) | |
| tree | 5a120fcce38a3b8785b5bdb85d75db0561d9bd6e | |
| parent | 7063995c94e67ce6bbe6d467f55b135775e50f38 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ppp/lcp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index 7b07d4aee6c5..47e9b14af5a6 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.75 1999/06/02 15:59:02 brian Exp $ + * $Id: lcp.c,v 1.76 1999/06/09 16:54:03 brian Exp $ * */ @@ -1053,6 +1053,7 @@ LcpDecodeConfig(struct fsm *fp, u_char *cp, int plen, int mode_type, break; case TY_ENDDISC: + mp = &lcp->fsm.bundle->ncp.mp; log_Printf(LogLCP, "%s %s\n", request, mp_Enddisc(cp[2], cp + 3, length - 3)); switch (mode_type) { |
