am ee17242f: Merge "minadbd: update service_to_fd() signature."
* commit 'ee17242f904730c759272b2576aafc59d764525b': minadbd: update service_to_fd() signature.
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user