aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-04-15 07:22:53 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-04-15 07:22:53 +0000
commitd02bb6d67bdec2a5b46630e4c25ca3f63090db46 (patch)
treef19b8d771376f1791f5e79e9fa174e4c7ebd6642
parentadd3e9c1e53aec7238e708ca86073dc87c5dc8c3 (diff)
parenteacb9c069756ff31df55f38d91610887ae079ac0 (diff)
downloadrecovery-d02bb6d67bdec2a5b46630e4c25ca3f63090db46.tar.gz
Snap for 4722539 from eacb9c069756ff31df55f38d91610887ae079ac0 to pi-release
Change-Id: I97cc6990b6d75fcfd392494df1e5e51a406cca3f
-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 9f0f1f87..043c51a6 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)) {