Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20246
b: refs/heads/master
c: bf3883c
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and David S. Miller committed Feb 13, 2006
1 parent 9db4d75 commit 02029b3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7a11c4d0635d9f6995736390b8c3346fe6f63d57
refs/heads/master: bf3883c12fece9189ab4f7bb6e2690451db1366e
3 changes: 2 additions & 1 deletion trunk/net/atm/signaling.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ static void sigd_put_skb(struct sk_buff *skb)
remove_wait_queue(&sigd_sleep,&wait);
#else
if (!sigd) {
printk(KERN_WARNING "atmsvc: no signaling demon\n");
if (net_ratelimit())
printk(KERN_WARNING "atmsvc: no signaling demon\n");
kfree_skb(skb);
return;
}
Expand Down

0 comments on commit 02029b3

Please sign in to comment.