summaryrefslogtreecommitdiffstats
path: root/rpc
diff options
context:
space:
mode:
Diffstat (limited to 'rpc')
-rw-r--r--rpc/rpc-transport/rdma/src/rdma.c2
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 cd8840d7a3c..0478fd515b0 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)