Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 298571ec authored by Tao Wu's avatar Tao Wu Committed by android-build-merger
Browse files

Merge "We should break from loop after getting connected." am: 53171e5f

am: 646a70b1

Change-Id: I2fe5ce1bd66c893f3dec4ef8eb8458f935f917ff
parents f7756b89 646a70b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);