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

Commit 8a8ba7a2 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "libbinder: setupInetServer assignedPort optional"

parents 1fe267fe c1fbd7b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -77,7 +77,7 @@ public:
     * have
     * have
     */
     */
    [[nodiscard]] status_t setupInetServer(const char* address, unsigned int port,
    [[nodiscard]] status_t setupInetServer(const char* address, unsigned int port,
                                           unsigned int* assignedPort);
                                           unsigned int* assignedPort = nullptr);


    /**
    /**
     * If setup*Server has been successful, return true. Otherwise return false.
     * If setup*Server has been successful, return true. Otherwise return false.