diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/icmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6/icmp.c b/net/ipv6/icmp.c index 141e1f3ab74e..97ae70077a4f 100644 --- a/net/ipv6/icmp.c +++ b/net/ipv6/icmp.c | |||
@@ -777,12 +777,12 @@ static int icmpv6_rcv(struct sk_buff *skb) | |||
777 | break; | 777 | break; |
778 | 778 | ||
779 | default: | 779 | default: |
780 | LIMIT_NETDEBUG(KERN_DEBUG "icmpv6: msg of unknown type\n"); | ||
781 | |||
782 | /* informational */ | 780 | /* informational */ |
783 | if (type & ICMPV6_INFOMSG_MASK) | 781 | if (type & ICMPV6_INFOMSG_MASK) |
784 | break; | 782 | break; |
785 | 783 | ||
784 | LIMIT_NETDEBUG(KERN_DEBUG "icmpv6: msg of unknown type\n"); | ||
785 | |||
786 | /* | 786 | /* |
787 | * error of unknown type. | 787 | * error of unknown type. |
788 | * must pass to upper level | 788 | * must pass to upper level |