Revert "net: tipc: avoid possible garbage value"
This reverts commit 4360ab4ee6
.
This commit is contained in:
parent
293f547e21
commit
268646e083
1 changed files with 1 additions and 1 deletions
|
@ -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 ? */
|
||||
|
|
Loading…
Reference in a new issue