aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-07-03 22:20:11 +0000
committerBrian Somers <brian@FreeBSD.org>2001-07-03 22:20:11 +0000
commit4bb6aac05ef4db56a760f582e005280fd2cdc42f (patch)
treea34053e64e9b2dc8d711a54122ec759b31d55297 /usr.sbin/ppp
parentf2e587a36c3ab915cd76a1504f6f4e6c92c35ffc (diff)
downloadsrc-4bb6aac05ef4db56a760f582e005280fd2cdc42f.tar.gz
src-4bb6aac05ef4db56a760f582e005280fd2cdc42f.zip
Don't accept chap80lm by default - it doesn't work.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=79164
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/lcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c
index 25c893bea40a..4734fcc20096 100644
--- a/usr.sbin/ppp/lcp.c
+++ b/usr.sbin/ppp/lcp.c
@@ -261,7 +261,7 @@ lcp_Init(struct lcp *lcp, struct bundle *bundle, struct link *l,
lcp->cfg.chap05 = NEG_ACCEPTED;
#ifdef HAVE_DES
lcp->cfg.chap80nt = NEG_ACCEPTED;
- lcp->cfg.chap80lm = NEG_ACCEPTED;
+ lcp->cfg.chap80lm = 0;
lcp->cfg.chap81 = NEG_ACCEPTED;
#endif
lcp->cfg.lqr = NEG_ACCEPTED;