Revert "net: tipc: avoid possible garbage value"

This reverts commit 4360ab4ee6.
This commit is contained in:
Ksawlii 2024-11-24 00:23:28 +01:00
parent 293f547e21
commit 268646e083

View file

@ -320,8 +320,8 @@ static int tipc_mcast_send_sync(struct net *net, struct sk_buff *skb,
{
struct tipc_msg *hdr, *_hdr;
struct sk_buff_head tmpq;
u16 cong_link_cnt = 0;
struct sk_buff *_skb;
u16 cong_link_cnt;
int rc = 0;
/* Is a cluster supporting with new capabilities ? */