Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64208
b: refs/heads/master
c: 06c7af5
h: refs/heads/master
v: v3
  • Loading branch information
Konstantin Sharlaimov authored and David S. Miller committed Aug 22, 2007
1 parent f57be9b commit c70ae94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c20d72aaadd41fdf0a3b6cb8514c2f7b7d263e4
refs/heads/master: 06c7af563d925d04961ce70cd9154fad8e2750c8
2 changes: 1 addition & 1 deletion trunk/drivers/net/ppp_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1726,7 +1726,7 @@ ppp_decompress_frame(struct ppp *ppp, struct sk_buff *skb)
}
/* 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 + PPP_HDRLEN);
skb->len + 2, ns->data, obuff_size);
if (len < 0) {
/* Pass the compressed frame to pppd as an
error indication. */
Expand Down

0 comments on commit c70ae94

Please sign in to comment.