Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26643
b: refs/heads/master
c: b0013fd
h: refs/heads/master
i:
  26641: d2f69cf
  26639: 379d076
v: v3
  • Loading branch information
Alexey Kuznetsov authored and David S. Miller committed May 10, 2006
1 parent c7c5b3c commit b559796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ac05202e8b83594bf6797d241371e6c752f371e6
refs/heads/master: b0013fd47b14fc26eec07a6b2cec0c2a8954e1d7
2 changes: 2 additions & 0 deletions trunk/net/ipv6/inet6_connection_sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ int inet6_csk_xmit(struct sk_buff *skb, int ipfragok)

if (err) {
sk->sk_err_soft = -err;
kfree_skb(skb);
return err;
}

Expand All @@ -181,6 +182,7 @@ int inet6_csk_xmit(struct sk_buff *skb, int ipfragok)

if ((err = xfrm_lookup(&dst, &fl, sk, 0)) < 0) {
sk->sk_route_caps = 0;
kfree_skb(skb);
return err;
}

Expand Down

0 comments on commit b559796

Please sign in to comment.