]> git.ozlabs.org Git - ppp.git/commit
Enable printing of MS-CHAP and MS-CHAPv2 auth options always
authorPaul Mackerras <paulus@samba.org>
Sat, 6 Sep 2008 08:48:54 +0000 (18:48 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 6 Sep 2008 12:21:59 +0000 (22:21 +1000)
commita131dc9d42bed343cd60c2487e558237a7e05222
tree8a07cc13856b8cde00c082d9aa5e21ebc1c0a10a
parent636e804e954a5f26717c22b0bddf15e7e6c3facb
Enable printing of MS-CHAP and MS-CHAPv2 auth options always

There's no need to have lcp_printpkt be ignorant of the MS-CHAP and
MS-CHAPV2 options.  Even if pppd doesn't support those protocols,
it's still useful if lcp_printpkt can tell us that the peer is
asking for them.  And it's one less ifdef this way.

Signed-off-by: Paul Mackerras <paulus@samba.org>
pppd/lcp.c