diff options
-rw-r--r-- | net/tipc/discover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/discover.c b/net/tipc/discover.c index 2c14d6dbc3d7..491eff56b9da 100644 --- a/net/tipc/discover.c +++ b/net/tipc/discover.c | |||
@@ -202,7 +202,7 @@ void tipc_disc_recv_msg(struct sk_buff *buf, struct tipc_bearer *b_ptr) | |||
202 | /* Accept discovery message & send response, if necessary */ | 202 | /* Accept discovery message & send response, if necessary */ |
203 | link_fully_up = link_working_working(link); | 203 | link_fully_up = link_working_working(link); |
204 | 204 | ||
205 | if ((type == DSC_REQ_MSG) && !link_fully_up) { | 205 | if ((type == DSC_REQ_MSG) && !link_fully_up && !b_ptr->blocked) { |
206 | rbuf = tipc_disc_init_msg(DSC_RESP_MSG, orig, b_ptr); | 206 | rbuf = tipc_disc_init_msg(DSC_RESP_MSG, orig, b_ptr); |
207 | if (rbuf) { | 207 | if (rbuf) { |
208 | b_ptr->media->send_msg(rbuf, b_ptr, &media_addr); | 208 | b_ptr->media->send_msg(rbuf, b_ptr, &media_addr); |