Call MSCHAP CHAP80 in ``show lcp'' so that it's consistent with CHAP81.
This commit is contained in:
parent
54bcb032de
commit
86225cdcaf
@ -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…
x
Reference in New Issue
Block a user