diff options
| -rw-r--r-- | net/tipc/group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/group.c b/net/tipc/group.c index 7821085a7dd8..12777cac638a 100644 --- a/net/tipc/group.c +++ b/net/tipc/group.c | |||
| @@ -539,8 +539,8 @@ void tipc_group_filter_msg(struct tipc_group *grp, struct sk_buff_head *inputq, | |||
| 539 | tipc_group_proto_xmit(grp, m, GRP_ACK_MSG, xmitq); | 539 | tipc_group_proto_xmit(grp, m, GRP_ACK_MSG, xmitq); |
| 540 | 540 | ||
| 541 | if (leave) { | 541 | if (leave) { |
| 542 | tipc_group_delete_member(grp, m); | ||
| 543 | __skb_queue_purge(defq); | 542 | __skb_queue_purge(defq); |
| 543 | tipc_group_delete_member(grp, m); | ||
| 544 | break; | 544 | break; |
| 545 | } | 545 | } |
| 546 | if (!update) | 546 | if (!update) |
