tipc: Fix bug in broadcast link duplicate message statistics
[cascardo/linux.git] / net / tipc / bcast.c
index e7df313..035b350 100644 (file)
@@ -603,6 +603,8 @@ receive:
 
        if (deferred)
                bcl->stats.deferred_recv++;
+       else
+               bcl->stats.duplicates++;
 
 unlock:
        tipc_node_unlock(node);