Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98581
b: refs/heads/master
c: 8487460
h: refs/heads/master
i:
  98579: 20db96c
v: v3
  • Loading branch information
Wang Chen authored and David S. Miller committed Jul 2, 2008
1 parent 5b5e559 commit 2ea97fe
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: a4aebb83cf0da0363684f1c339f7e6149a3e74c1
refs/heads/master: 8487460720fd03a0f4ecd032f017b0a8468028da
2 changes: 1 addition & 1 deletion trunk/net/netlink/af_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ int netlink_unicast(struct sock *ssk, struct sk_buff *skb,
return netlink_unicast_kernel(sk, skb);

if (sk_filter(sk, skb)) {
int err = skb->len;
err = skb->len;
kfree_skb(skb);
sock_put(sk);
return err;
Expand Down

0 comments on commit 2ea97fe

Please sign in to comment.