]> git.pld-linux.org Git - packages/ppp.git/blame - ppp-typos.patch
- not so nice hacks, but now works with pppd 2.4.2
[packages/ppp.git] / ppp-typos.patch
CommitLineData
adbdeafc
AM
1diff -urN ppp-2.4.2-20020901.org/pppd/chap_ms.c ppp-2.4.2-20020901/pppd/chap_ms.c
2--- ppp-2.4.2-20020901.org/pppd/chap_ms.c Sun Sep 1 20:54:50 2002
3+++ ppp-2.4.2-20020901/pppd/chap_ms.c Sun Sep 1 21:05:32 2002
4@@ -581,7 +581,7 @@
5 response->UseNT[0] = 1;
6 #endif
7
8- cstate->resp_length = MS_CHAP_RESPONSE_LENGTH;
9+ cstate->resp_length = MS_CHAP_RESPONSE_LEN;
10
11 #ifdef MPPE
12 Set_Start_Key(rchallenge, secret, secret_len);
This page took 0.043777 seconds and 4 git commands to generate.