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

Commit cd3a68ce authored by David Pursell's avatar David Pursell Committed by Android Git Automerger
Browse files

am 49a49e4f: am ee17242f: Merge "minadbd: update service_to_fd() signature."

* commit '49a49e4f':
  minadbd: update service_to_fd() signature.
parents 8b2dcfb1 49a49e4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ static int create_service_thread(void (*func)(int, void *), void *cookie) {
    return s[0];
}

int service_to_fd(const char* name) {
int service_to_fd(const char* name, const atransport* transport) {
    int ret = -1;

    if (!strncmp(name, "sideload:", 9)) {