From: Vu Pham Date: Tue, 30 Jun 2015 23:59:49 +0000 (-0700) Subject: xio: correctly set XioConnection features with fake features for now X-Git-Tag: v9.1.0~482^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e849cf3fca8e0ebc66b2a39a8e491721aac21e37;p=ceph.git xio: correctly set XioConnection features with fake features for now Correctly set XioConnection features with fake features until support in future Signed-of-by: Vu Pham --- diff --git a/src/msg/xio/XioConnection.cc b/src/msg/xio/XioConnection.cc index 270d8e9a7a12..2f5909108042 100644 --- a/src/msg/xio/XioConnection.cc +++ b/src/msg/xio/XioConnection.cc @@ -142,7 +142,7 @@ XioConnection::XioConnection(XioMessenger *m, XioConnection::type _type, " throttle_msgs: " << xopt << " throttle_bytes: " << bytes_opt << dendl; /* XXXX fake features, aieee! */ - set_features(m->local_features); + set_features(XIO_ALL_FEATURES); } int XioConnection::send_message(Message *m)