1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00

Initialise `mp'.

This commit is contained in:
Brian Somers 1999-06-09 20:27:26 +00:00
parent 7063995c94
commit ab959eb2b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47859

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