diff options
-rw-r--r-- | net/tipc/bcast.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c index e7df313020ce..035b350be5c6 100644 --- a/net/tipc/bcast.c +++ b/net/tipc/bcast.c | |||
@@ -603,6 +603,8 @@ receive: | |||
603 | 603 | ||
604 | if (deferred) | 604 | if (deferred) |
605 | bcl->stats.deferred_recv++; | 605 | bcl->stats.deferred_recv++; |
606 | else | ||
607 | bcl->stats.duplicates++; | ||
606 | 608 | ||
607 | unlock: | 609 | unlock: |
608 | tipc_node_unlock(node); | 610 | tipc_node_unlock(node); |