Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88045
b: refs/heads/master
c: f32c5f2
h: refs/heads/master
i:
  88043: b8224a7
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Apr 2, 2008
1 parent 817a5a3 commit e13cecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a22eb6faae4ec64d59cc206671eb0bfe46c5ffd2
refs/heads/master: f32c5f2c3866bf4d932d2bc42216dafb90a50ab7
4 changes: 2 additions & 2 deletions trunk/net/ipv6/icmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,10 @@ void icmpv6_send(struct sk_buff *skb, int type, int code, __u32 info,
}

if (xfrm_decode_session_reverse(skb, &fl2, AF_INET6))
goto out;
goto out_dst_release;

if (ip6_dst_lookup(sk, &dst2, &fl))
goto out;
goto out_dst_release;

err = xfrm_lookup(&dst2, &fl, sk, XFRM_LOOKUP_ICMP);
if (err == -ENOENT) {
Expand Down

0 comments on commit e13cecd

Please sign in to comment.