]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/msg/async/rdma/RDMAConnectedSocketImpl.cc
update sources to v12.1.1
[ceph.git] / ceph / src / msg / async / rdma / RDMAConnectedSocketImpl.cc
index 7bd8a80fd0899adc1e57ac7adac036b35b43fc4f..66dc488cccf3fc7a6b27935a2be6412886304995 100644 (file)
@@ -25,7 +25,7 @@ RDMAConnectedSocketImpl::RDMAConnectedSocketImpl(CephContext *cct, Infiniband* i
   : cct(cct), connected(0), error(0), infiniband(ib),
     dispatcher(s), worker(w), lock("RDMAConnectedSocketImpl::lock"),
     is_server(false), con_handler(new C_handle_connection(this)),
-    active(false)
+    active(false), pending(false)
 {
   qp = infiniband->create_queue_pair(
                                     cct, s->get_tx_cq(), s->get_rx_cq(), IBV_QPT_RC);