diff options
Diffstat (limited to 'net/tipc/bcast.c')
-rw-r--r-- | net/tipc/bcast.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c index 1336f3cdad38..34f3e5641438 100644 --- a/net/tipc/bcast.c +++ b/net/tipc/bcast.c | |||
@@ -406,8 +406,10 @@ int tipc_mcast_xmit(struct net *net, struct sk_buff_head *pkts, | |||
406 | rc = tipc_bcast_xmit(net, pkts, cong_link_cnt); | 406 | rc = tipc_bcast_xmit(net, pkts, cong_link_cnt); |
407 | } | 407 | } |
408 | 408 | ||
409 | if (dests->local) | 409 | if (dests->local) { |
410 | tipc_loopback_trace(net, &localq); | ||
410 | tipc_sk_mcast_rcv(net, &localq, &inputq); | 411 | tipc_sk_mcast_rcv(net, &localq, &inputq); |
412 | } | ||
411 | exit: | 413 | exit: |
412 | /* This queue should normally be empty by now */ | 414 | /* This queue should normally be empty by now */ |
413 | __skb_queue_purge(pkts); | 415 | __skb_queue_purge(pkts); |