tipc: Ensure both nodes recognize loss of contact between them
[pandora-kernel.git] / net / tipc / discover.c
index 0987933..f2fb96e 100644 (file)
@@ -159,12 +159,6 @@ void tipc_disc_recv_msg(struct sk_buff *buf, struct tipc_bearer *b_ptr)
        }
        tipc_node_lock(n_ptr);
 
-       /* Don't talk to neighbor during cleanup after last session */
-       if (n_ptr->cleanup_required) {
-               tipc_node_unlock(n_ptr);
-               return;
-       }
-
        link = n_ptr->links[b_ptr->identity];
 
        /* Create a link endpoint for this bearer, if necessary */