diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2018-04-14 17:33:14 +0200 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-04-14 17:33:14 +0200 |
commit | eacb9c069756ff31df55f38d91610887ae079ac0 (patch) | |
tree | f19b8d771376f1791f5e79e9fa174e4c7ebd6642 | |
parent | Merge "recovery: enable fsverity feature bit" into pi-dev (diff) | |
parent | minadbd: track signature change of service_to_fd. (diff) | |
download | android_bootable_recovery-eacb9c069756ff31df55f38d91610887ae079ac0.tar android_bootable_recovery-eacb9c069756ff31df55f38d91610887ae079ac0.tar.gz android_bootable_recovery-eacb9c069756ff31df55f38d91610887ae079ac0.tar.bz2 android_bootable_recovery-eacb9c069756ff31df55f38d91610887ae079ac0.tar.lz android_bootable_recovery-eacb9c069756ff31df55f38d91610887ae079ac0.tar.xz android_bootable_recovery-eacb9c069756ff31df55f38d91610887ae079ac0.tar.zst android_bootable_recovery-eacb9c069756ff31df55f38d91610887ae079ac0.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)) { |