From 18d6d53363a27887854e623aaf2d2ebcebcc8c7a Mon Sep 17 00:00:00 2001 From: Frank Cusack Date: Mon, 12 May 2003 08:37:21 +0000 Subject: [PATCH] typo --- linux/mppe/linux-2.4.18-pad.patch | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/linux/mppe/linux-2.4.18-pad.patch b/linux/mppe/linux-2.4.18-pad.patch index 00c71ae..01a56ff 100644 --- a/linux/mppe/linux-2.4.18-pad.patch +++ b/linux/mppe/linux-2.4.18-pad.patch @@ -48,7 +48,7 @@ } } -@@ -1515,11 +1534,11 @@ +@@ -1515,14 +1534,14 @@ int len; if (proto == PPP_COMP) { @@ -60,4 +60,8 @@ } /* the decompressor still expects the A/C bytes in the hdr */ len = ppp->rcomp->decompress(ppp->rc_state, skb->data - 2, - skb->len + 2, ns->data, ppp->mru + 128 + PPP_HDRLEN); +- skb->len + 2, ns->data, ppp->mru + PPP_HDRLEN); ++ skb->len + 2, ns->data, ppp->mru + 128 + PPP_HDRLEN); + if (len < 0) { + /* Pass the compressed frame to pppd as an + error indication. */ -- 2.39.2