Initialise `mp'.

This commit is contained in:
brian 1999-06-09 20:27:26 +00:00
parent 472a277d26
commit a71c6ca380

View File

@ -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) {