aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp/patches/104-debian_fix_mschapv2_ppp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/ppp/patches/104-debian_fix_mschapv2_ppp.patch')
-rw-r--r--package/ppp/patches/104-debian_fix_mschapv2_ppp.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/ppp/patches/104-debian_fix_mschapv2_ppp.patch b/package/ppp/patches/104-debian_fix_mschapv2_ppp.patch
index 0b4faf914c..e69de29bb2 100644
--- a/package/ppp/patches/104-debian_fix_mschapv2_ppp.patch
+++ b/package/ppp/patches/104-debian_fix_mschapv2_ppp.patch
@@ -1,11 +0,0 @@
---- a/pppd/chap_ms.c
-+++ b/pppd/chap_ms.c
-@@ -852,7 +852,7 @@ ChapMS2(u_char *rchallenge, u_char *Peer
- u_char *p = &response[MS_CHAP2_PEER_CHALLENGE];
- int i;
-
-- BZERO(response, sizeof(*response));
-+ BZERO(response, MS_CHAP2_RESPONSE_LEN);
-
- /* Generate the Peer-Challenge if requested, or copy it if supplied. */
- if (!PeerChallenge)