summaryrefslogtreecommitdiffstats
path: root/minadbd
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2018-04-14 01:08:01 +0200
committerJosh Gao <jmgao@google.com>2018-04-14 02:49:10 +0200
commit84c82a8142517f30040bf16bed045eb3b309e967 (patch)
tree9b3205319ded4bb6ea682ab134970b8893243476 /minadbd
parentupdate_verifier: Support verifying product partition. (diff)
downloadandroid_bootable_recovery-84c82a8142517f30040bf16bed045eb3b309e967.tar
android_bootable_recovery-84c82a8142517f30040bf16bed045eb3b309e967.tar.gz
android_bootable_recovery-84c82a8142517f30040bf16bed045eb3b309e967.tar.bz2
android_bootable_recovery-84c82a8142517f30040bf16bed045eb3b309e967.tar.lz
android_bootable_recovery-84c82a8142517f30040bf16bed045eb3b309e967.tar.xz
android_bootable_recovery-84c82a8142517f30040bf16bed045eb3b309e967.tar.zst
android_bootable_recovery-84c82a8142517f30040bf16bed045eb3b309e967.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)) {