diff options
Diffstat (limited to 'net/ipv4/udp.c')
-rw-r--r-- | net/ipv4/udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c index 4bd178a111d5..05b7abb99f69 100644 --- a/net/ipv4/udp.c +++ b/net/ipv4/udp.c | |||
@@ -1184,7 +1184,7 @@ static int __udp4_lib_mcast_deliver(struct net *net, struct sk_buff *skb, | |||
1184 | sk = sknext; | 1184 | sk = sknext; |
1185 | } while (sknext); | 1185 | } while (sknext); |
1186 | } else | 1186 | } else |
1187 | kfree_skb(skb); | 1187 | consume_skb(skb); |
1188 | spin_unlock(&hslot->lock); | 1188 | spin_unlock(&hslot->lock); |
1189 | return 0; | 1189 | return 0; |
1190 | } | 1190 | } |