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

Commit 53171e5f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "We should break from loop after getting connected."

parents 3562fd0f 9b7341fe
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);