Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15008
b: refs/heads/master
c: 73d4f84
h: refs/heads/master
v: v3
  • Loading branch information
Kazunori MIYAZAWA authored and David S. Miller committed Dec 9, 2005
1 parent d033b9f commit 16eca69
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: 246a421207007a034da9b8cfa578bc00d16a9553
refs/heads/master: 73d4f84fd001b0be67fea46e84b75e6a7a5da08e
2 changes: 1 addition & 1 deletion trunk/net/ipv6/esp6.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ static u32 esp6_get_max_size(struct xfrm_state *x, int mtu)
if (esp->conf.padlen)
mtu = ALIGN(mtu, esp->conf.padlen);

return mtu + x->props.header_len + esp->auth.icv_full_len;
return mtu + x->props.header_len + esp->auth.icv_trunc_len;
}

static void esp6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
Expand Down

0 comments on commit 16eca69

Please sign in to comment.