summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorFrank Cusack <fcusack@fcusack.com>2003-05-12 08:37:21 +0000
committerFrank Cusack <fcusack@fcusack.com>2003-05-12 08:37:21 +0000
commit18d6d53363a27887854e623aaf2d2ebcebcc8c7a (patch)
tree6438a659bc1b9426e75f840fe44971879149ad68 /linux
parent76bb2b14a56e313b06b727d015fcd6f7ba6f789c (diff)
typo
Diffstat (limited to 'linux')
-rw-r--r--linux/mppe/linux-2.4.18-pad.patch8
1 files 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. */