Call MSCHAP CHAP80 in ``show lcp'' so that it's consistent with CHAP81.
This commit is contained in:
parent
5f04c85493
commit
118a6a6571
@ -189,7 +189,7 @@ lcp_ReportStatus(struct cmdargs const *arg)
|
||||
prompt_Printf(arg->prompt, " CHAP = %s\n",
|
||||
command_ShowNegval(lcp->cfg.chap05));
|
||||
#ifdef HAVE_DES
|
||||
prompt_Printf(arg->prompt, " MSCHAP = %s\n",
|
||||
prompt_Printf(arg->prompt, " CHAP80 = %s\n",
|
||||
command_ShowNegval(lcp->cfg.chap80nt));
|
||||
prompt_Printf(arg->prompt, " LANMan = %s\n",
|
||||
command_ShowNegval(lcp->cfg.chap80lm));
|
||||
|
Loading…
Reference in New Issue
Block a user