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

Commit 485153bf 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

am: 298571ec

Change-Id: I16093f42b297abdd94e97cd26219d86d4a465f09
parents 0e0cf74c 298571ec
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);