Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210813
b: refs/heads/master
c: e71895a
h: refs/heads/master
i:
  210811: ab21cd4
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Sep 17, 2010
1 parent cdf4b0c commit b95b99e
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: 801e147cde02f04b5c2f42764cd43a89fc7400a2
refs/heads/master: e71895a1beff2014534c9660d9ae42e043f11555
2 changes: 1 addition & 1 deletion trunk/net/xfrm/xfrm_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static int xfrm_output_one(struct sk_buff *skb, int err)
err = -EHOSTUNREACH;
goto error_nolock;
}
skb_dst_set_noref(skb, dst);
skb_dst_set(skb, dst_clone(dst));
x = dst->xfrm;
} while (x && !(x->outer_mode->flags & XFRM_MODE_FLAG_TUNNEL));

Expand Down

0 comments on commit b95b99e

Please sign in to comment.