Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170713
b: refs/heads/master
c: 21912d1
h: refs/heads/master
i:
  170711: 85ac283
v: v3
  • Loading branch information
Rémi Denis-Courmont authored and David S. Miller committed Oct 15, 2009
1 parent 30b21d3 commit 1918a18
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b2d76447dfb8c695324c61c87f63e414f44fce5a
refs/heads/master: 21912d1ca2546ca96743c91d5a4125aef2d9df70
4 changes: 3 additions & 1 deletion trunk/net/phonet/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,10 @@ void pn_deliver_sock_broadcast(struct net *net, struct sk_buff *skb)
continue;

clone = skb_clone(skb, GFP_ATOMIC);
if (clone)
if (clone) {
sock_hold(sknode);
sk_receive_skb(sknode, clone, 0);
}
}
spin_unlock(&pnsocks.lock);
}
Expand Down

0 comments on commit 1918a18

Please sign in to comment.