Commit 8486e5f5 authored by unknown's avatar unknown

ndb - valgrind/compile fix Transporter.cpp: missing return


ndb/src/common/transporter/Transporter.cpp:
  missing return
parent 8d435091
......@@ -124,7 +124,7 @@ Transporter::connect_client() {
else
sockfd= m_socket_client->connect();
connect_client(sockfd);
return connect_client(sockfd);
}
bool
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment