diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2018-04-15 09:22:53 +0200 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-04-15 09:22:53 +0200 |
commit | d02bb6d67bdec2a5b46630e4c25ca3f63090db46 (patch) | |
tree | f19b8d771376f1791f5e79e9fa174e4c7ebd6642 | |
parent | Snap for 4713750 from 257dd337da28ccd2f930afe3b55e76873f73c15f to pi-release (diff) | |
parent | Merge "minadbd: track signature change of service_to_fd." into pi-dev (diff) | |
download | android_bootable_recovery-d02bb6d67bdec2a5b46630e4c25ca3f63090db46.tar android_bootable_recovery-d02bb6d67bdec2a5b46630e4c25ca3f63090db46.tar.gz android_bootable_recovery-d02bb6d67bdec2a5b46630e4c25ca3f63090db46.tar.bz2 android_bootable_recovery-d02bb6d67bdec2a5b46630e4c25ca3f63090db46.tar.lz android_bootable_recovery-d02bb6d67bdec2a5b46630e4c25ca3f63090db46.tar.xz android_bootable_recovery-d02bb6d67bdec2a5b46630e4c25ca3f63090db46.tar.zst android_bootable_recovery-d02bb6d67bdec2a5b46630e4c25ca3f63090db46.zip |
-rw-r--r-- | minadbd/minadbd_services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/minadbd_services.cpp b/minadbd/minadbd_services.cpp index 9f0f1f87d..043c51a6a 100644 --- a/minadbd/minadbd_services.cpp +++ b/minadbd/minadbd_services.cpp @@ -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)) { |