diff options
author | Dave Jones <davej@redhat.com> | 2006-01-30 20:27:17 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-01-30 20:27:17 -0800 |
commit | c5d90e000437a463440c1fe039011a02583a9ee5 (patch) | |
tree | d9b335bf132b089ea4036f7d19bcdd9cc490aaf9 /net/ipv4 | |
parent | e2c2fc2c8f3750e1f7ffbb3ac2b885a49416110c (diff) |
[IPV4] igmp: remove pointless printk
This is easily triggerable by sending bogus packets,
allowing a malicious user to flood remote logs.
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/igmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c index d8ce7133cd8..f70ba622c85 100644 --- a/net/ipv4/igmp.c +++ b/net/ipv4/igmp.c @@ -970,7 +970,6 @@ int igmp_rcv(struct sk_buff *skb) case IGMP_MTRACE_RESP: break; default: - NETDEBUG(KERN_DEBUG "New IGMP type=%d, why we do not know about it?\n", ih->type); } drop: |