Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108381
b: refs/heads/master
c: c1e24df
h: refs/heads/master
i:
  108379: 9b456ea
v: v3
  • Loading branch information
Jean-Christophe DUBOIS authored and David S. Miller committed Aug 13, 2008
1 parent 3730687 commit 7a68dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 36723873b664fb6b5cfe06d291df948126e43f50
refs/heads/master: c1e24df27fb1058739789126db6ad1b1ef719346
5 changes: 1 addition & 4 deletions trunk/net/xfrm/xfrm_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,13 @@ static int xfrm_output_one(struct sk_buff *skb, int err)
int xfrm_output_resume(struct sk_buff *skb, int err)
{
while (likely((err = xfrm_output_one(skb, err)) == 0)) {
struct xfrm_state *x;

nf_reset(skb);

err = skb->dst->ops->local_out(skb);
if (unlikely(err != 1))
goto out;

x = skb->dst->xfrm;
if (!x)
if (!skb->dst->xfrm)
return dst_output(skb);

err = nf_hook(skb->dst->ops->family,
Expand Down

0 comments on commit 7a68dd1

Please sign in to comment.