aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ah4.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/ah4.c')
-rw-r--r--net/ipv4/ah4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/ah4.c b/net/ipv4/ah4.c
index 3513149c3843..dbb1f11721e4 100644
--- a/net/ipv4/ah4.c
+++ b/net/ipv4/ah4.c
@@ -66,6 +66,7 @@ static int ah_output(struct xfrm_state *x, struct sk_buff *skb)
66 char buf[60]; 66 char buf[60];
67 } tmp_iph; 67 } tmp_iph;
68 68
69 skb_push(skb, -skb_network_offset(skb));
69 top_iph = ip_hdr(skb); 70 top_iph = ip_hdr(skb);
70 iph = &tmp_iph.iph; 71 iph = &tmp_iph.iph;
71 72