summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2018-04-15 00:55:40 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-04-15 00:55:40 +0200
commit4c997ef29347caf1f6a41337c47a29eedfeaa8ac (patch)
treed33468216a94715270a36488e64c9142b4c3d875
parentMerge "Remove the old log files if cache space is insufficient for OTA" am: 0b3e25719d (diff)
parentMerge "minadbd: track signature change of service_to_fd." into pi-dev (diff)
downloadandroid_bootable_recovery-4c997ef29347caf1f6a41337c47a29eedfeaa8ac.tar
android_bootable_recovery-4c997ef29347caf1f6a41337c47a29eedfeaa8ac.tar.gz
android_bootable_recovery-4c997ef29347caf1f6a41337c47a29eedfeaa8ac.tar.bz2
android_bootable_recovery-4c997ef29347caf1f6a41337c47a29eedfeaa8ac.tar.lz
android_bootable_recovery-4c997ef29347caf1f6a41337c47a29eedfeaa8ac.tar.xz
android_bootable_recovery-4c997ef29347caf1f6a41337c47a29eedfeaa8ac.tar.zst
android_bootable_recovery-4c997ef29347caf1f6a41337c47a29eedfeaa8ac.zip
-rw-r--r--minadbd/minadbd_services.cpp2
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)) {