summaryrefslogtreecommitdiffstats
path: root/minadbd
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2018-04-15 00:55:39 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-04-15 00:55:39 +0200
commit959f010f7bee54019b240b3b7d20d74002caa6ac (patch)
tree22dcac427abe5cf3bc8f2b933717fc399850241c /minadbd
parentMerge "Remove the old log files if cache space is insufficient for OTA" (diff)
parentMerge "minadbd: track signature change of service_to_fd." (diff)
downloadandroid_bootable_recovery-959f010f7bee54019b240b3b7d20d74002caa6ac.tar
android_bootable_recovery-959f010f7bee54019b240b3b7d20d74002caa6ac.tar.gz
android_bootable_recovery-959f010f7bee54019b240b3b7d20d74002caa6ac.tar.bz2
android_bootable_recovery-959f010f7bee54019b240b3b7d20d74002caa6ac.tar.lz
android_bootable_recovery-959f010f7bee54019b240b3b7d20d74002caa6ac.tar.xz
android_bootable_recovery-959f010f7bee54019b240b3b7d20d74002caa6ac.tar.zst
android_bootable_recovery-959f010f7bee54019b240b3b7d20d74002caa6ac.zip
Diffstat (limited to 'minadbd')
-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)) {