summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursell <dpursell@google.com>2015-09-14 21:02:41 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2015-09-14 21:02:41 +0200
commitcd3a68ce371fd446b0b5d8dde4f4a262be1e1fe9 (patch)
tree852a66faa6a114eab9e5fe4b6a1f8adfff8acd67
parentam 60524198: am b83fd518: Merge "recovery: Remove redirect_stdio() when calling ShowFile()." (diff)
parentam ee17242f: Merge "minadbd: update service_to_fd() signature." (diff)
downloadandroid_bootable_recovery-cd3a68ce371fd446b0b5d8dde4f4a262be1e1fe9.tar
android_bootable_recovery-cd3a68ce371fd446b0b5d8dde4f4a262be1e1fe9.tar.gz
android_bootable_recovery-cd3a68ce371fd446b0b5d8dde4f4a262be1e1fe9.tar.bz2
android_bootable_recovery-cd3a68ce371fd446b0b5d8dde4f4a262be1e1fe9.tar.lz
android_bootable_recovery-cd3a68ce371fd446b0b5d8dde4f4a262be1e1fe9.tar.xz
android_bootable_recovery-cd3a68ce371fd446b0b5d8dde4f4a262be1e1fe9.tar.zst
android_bootable_recovery-cd3a68ce371fd446b0b5d8dde4f4a262be1e1fe9.zip
-rw-r--r--minadbd/services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/services.cpp b/minadbd/services.cpp
index 859463caf..5c1d35614 100644
--- a/minadbd/services.cpp
+++ b/minadbd/services.cpp
@@ -86,7 +86,7 @@ static int create_service_thread(void (*func)(int, void *), void *cookie) {
return s[0];
}
-int service_to_fd(const char* name) {
+int service_to_fd(const char* name, const atransport* transport) {
int ret = -1;
if (!strncmp(name, "sideload:", 9)) {