Merge "minadbd: track signature change of service_to_fd." into pi-dev
am: eacb9c0697
Change-Id: I863f450cffc2c86b0f2c4a5bdf3b9958355a5dea
This commit is contained in:
@@ -58,7 +58,7 @@ static int create_service_thread(void (*func)(int, const std::string&), const st
|
||||
return s[0];
|
||||
}
|
||||
|
||||
int service_to_fd(const char* name, const atransport* /* transport */) {
|
||||
int service_to_fd(const char* name, atransport* /* transport */) {
|
||||
int ret = -1;
|
||||
|
||||
if (!strncmp(name, "sideload:", 9)) {
|
||||
|
||||
Reference in New Issue
Block a user