diff --git a/net/ceph/messenger.c b/net/ceph/messenger.c index 35b36b86d762892a118b7e34e88b654979db30a1..6bd5025f62204c97330443a941c50462a69cd636 100644 --- a/net/ceph/messenger.c +++ b/net/ceph/messenger.c @@ -1248,8 +1248,6 @@ static int process_connect(struct ceph_connection *con) con->auth_retry); if (con->auth_retry == 2) { con->error_msg = "connect authorization failure"; - reset_connection(con); - set_bit(CLOSED, &con->state); return -1; } con->auth_retry = 1;