diff options
Diffstat (limited to 'rpc/rpc-transport/rdma/src')
-rw-r--r-- | rpc/rpc-transport/rdma/src/rdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/rpc-transport/rdma/src/rdma.c b/rpc/rpc-transport/rdma/src/rdma.c index cd8840d7a..0478fd515 100644 --- a/rpc/rpc-transport/rdma/src/rdma.c +++ b/rpc/rpc-transport/rdma/src/rdma.c @@ -3565,7 +3565,7 @@ rdma_options_init (rpc_transport_t *this) if (temp) options->recv_count = data_to_int32 (temp); - options->port = 0; + options->port = 1; temp = dict_get (this->options, "transport.rdma.port"); if (temp) |