summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-06-09 20:27:26 +0000
committerbrian <brian@FreeBSD.org>1999-06-09 20:27:26 +0000
commit56fab642ae6e4d2b954ef2d3ec1b8397f9ecbea7 (patch)
tree6409b55e30280199014e07046ee193c970c29fb1 /usr.sbin/ppp
parent9c856b76928d18953093a30f09943c472d2ffd53 (diff)
downloadFreeBSD-src-56fab642ae6e4d2b954ef2d3ec1b8397f9ecbea7.zip
FreeBSD-src-56fab642ae6e4d2b954ef2d3ec1b8397f9ecbea7.tar.gz
Initialise `mp'.
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/lcp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c
index 7b07d4a..47e9b14 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) {
OpenPOWER on IntegriCloud