From: Haomai Wang Date: Fri, 8 Jan 2016 07:06:00 +0000 (+0800) Subject: AsyncConnection: Remove redundant set_socket_options which already done X-Git-Tag: v10.0.3~29^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=837b2b8d42c496e08115122ae14eb3a8f3d244f2;p=ceph.git AsyncConnection: Remove redundant set_socket_options which already done Signed-off-by: Haomai Wang --- diff --git a/src/msg/async/AsyncConnection.cc b/src/msg/async/AsyncConnection.cc index 944c4ad3b58f..5f183282efb6 100644 --- a/src/msg/async/AsyncConnection.cc +++ b/src/msg/async/AsyncConnection.cc @@ -1066,8 +1066,6 @@ int AsyncConnection::_process_connection() break; } - net.set_socket_options(sd); - state = STATE_CONNECTING_WAIT_BANNER; break; }