diff options
Diffstat (limited to 'net/dccp/ipv6.c')
-rw-r--r-- | net/dccp/ipv6.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c index 03bb8298250a..c7aaa2574f52 100644 --- a/net/dccp/ipv6.c +++ b/net/dccp/ipv6.c | |||
@@ -828,9 +828,7 @@ static int dccp_v6_rcv(struct sk_buff **pskb) | |||
828 | /* Step 1: If header checksum is incorrect, drop packet and return. */ | 828 | /* Step 1: If header checksum is incorrect, drop packet and return. */ |
829 | if (dccp_v6_csum_finish(skb, &skb->nh.ipv6h->saddr, | 829 | if (dccp_v6_csum_finish(skb, &skb->nh.ipv6h->saddr, |
830 | &skb->nh.ipv6h->daddr)) { | 830 | &skb->nh.ipv6h->daddr)) { |
831 | LIMIT_NETDEBUG(KERN_WARNING | 831 | DCCP_WARN("dropped packet with invalid checksum\n"); |
832 | "%s: dropped packet with invalid checksum\n", | ||
833 | __FUNCTION__); | ||
834 | goto discard_it; | 832 | goto discard_it; |
835 | } | 833 | } |
836 | 834 | ||