diff options
-rw-r--r-- | libcutils/socket_network_client_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcutils/socket_network_client_unix.c b/libcutils/socket_network_client_unix.c index 46818d695..37851b17a 100644 --- a/libcutils/socket_network_client_unix.c +++ b/libcutils/socket_network_client_unix.c @@ -112,6 +112,7 @@ int socket_network_client_timeout(const char* host, int port, int type, int time } result = toggle_O_NONBLOCK(s); + break; } freeaddrinfo(addrs); |