Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275665
b: refs/heads/master
c: 069294e
h: refs/heads/master
i:
  275663: 0e978dc
v: v3
  • Loading branch information
Nick Bowler authored and David S. Miller committed Nov 9, 2011
1 parent b9ce6d2 commit 230416a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: fecc73519439361eab21fb3cebec504672ef0e03
refs/heads/master: 069294e813ed5f27f82613b027609bcda5f1b914
2 changes: 0 additions & 2 deletions trunk/net/ipv4/ah4.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ static void ah_output_done(struct crypto_async_request *base, int err)
memcpy(top_iph+1, iph+1, top_iph->ihl*4 - sizeof(struct iphdr));
}

err = ah->nexthdr;

kfree(AH_SKB_CB(skb)->tmp);
xfrm_output_resume(skb, err);
}
Expand Down
2 changes: 0 additions & 2 deletions trunk/net/ipv6/ah6.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,6 @@ static void ah6_output_done(struct crypto_async_request *base, int err)
#endif
}

err = ah->nexthdr;

kfree(AH_SKB_CB(skb)->tmp);
xfrm_output_resume(skb, err);
}
Expand Down

0 comments on commit 230416a

Please sign in to comment.