We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7245be6 commit 52aba52Copy full SHA for 52aba52
src/EthernetClient.cpp
@@ -39,7 +39,7 @@ int EthernetClient::connect(const char *host, uint16_t port)
39
if (ret == 1) {
40
return connect(remote_addr, port);
41
} else {
42
- return ret;
+ return 0;
43
}
44
45
0 commit comments