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

Commit ee17242f authored by David Pursell's avatar David Pursell Committed by Gerrit Code Review
Browse files

Merge "minadbd: update service_to_fd() signature."

parents b83fd518 c3d4d535
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)) {