From e662b7865f731d5b6cb63a75c65e9993f5674a7e Mon Sep 17 00:00:00 2001 From: Yingxin Date: Fri, 28 Dec 2018 10:31:32 +0800 Subject: [PATCH] crimson/net: remove the unecessary then Signed-off-by: Yingxin --- src/crimson/net/SocketConnection.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crimson/net/SocketConnection.cc b/src/crimson/net/SocketConnection.cc index c472fb82f2fca..6c0766006cdc5 100644 --- a/src/crimson/net/SocketConnection.cc +++ b/src/crimson/net/SocketConnection.cc @@ -864,7 +864,6 @@ SocketConnection::start_accept(seastar::connected_socket&& fd, peer_addr.set_type(addr.get_type()); peer_addr.set_port(addr.get_port()); peer_addr.set_nonce(addr.get_nonce()); - }).then([this] { return seastar::repeat([this] { return repeat_handle_connect(); }); -- 2.39.5