diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-31 21:21:13 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-31 21:21:13 +0300 |
commit | 7fcdf327bedfe9cc418af49429d0fc0e48d98de9 (patch) | |
tree | 4dd9ab338b1641318b1251cc0522c22f14137e4b /net/ipv4/igmp.c | |
parent | f7dd16bf3a2e7e29670051a2488d4be1895e408d (diff) | |
parent | 2c74088e4104a2a82bd773f79ae0344c22eceb8c (diff) | |
download | linux-7fcdf327bedfe9cc418af49429d0fc0e48d98de9.tar.xz |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'net/ipv4/igmp.c')
-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 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: |