diff options
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/src/common/transporter/Transporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/common/transporter/Transporter.cpp b/ndb/src/common/transporter/Transporter.cpp index 86e9b8c8171..124ed5f7241 100644 --- a/ndb/src/common/transporter/Transporter.cpp +++ b/ndb/src/common/transporter/Transporter.cpp @@ -124,7 +124,7 @@ Transporter::connect_client() { else sockfd= m_socket_client->connect(); - connect_client(sockfd); + return connect_client(sockfd); } bool |