aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2006-01-30 20:27:17 -0800
committerDavid S. Miller <davem@davemloft.net>2006-01-30 20:27:17 -0800
commitc5d90e000437a463440c1fe039011a02583a9ee5 (patch)
treed9b335bf132b089ea4036f7d19bcdd9cc490aaf9 /net
parent[SCTP]: heartbeats exceed maximum retransmssion limit (diff)
downloadlinux-dev-c5d90e000437a463440c1fe039011a02583a9ee5.tar.xz
linux-dev-c5d90e000437a463440c1fe039011a02583a9ee5.zip
[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')
-rw-r--r--net/ipv4/igmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c
index d8ce7133cd8f..f70ba622c856 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: