Commit 23355a3c authored by pekka@mysql.com's avatar pekka@mysql.com

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

parent d0603db7
...@@ -124,7 +124,7 @@ Transporter::connect_client() { ...@@ -124,7 +124,7 @@ Transporter::connect_client() {
else else
sockfd= m_socket_client->connect(); sockfd= m_socket_client->connect();
connect_client(sockfd); return connect_client(sockfd);
} }
bool 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