diff options
author | David Pursell <dpursell@google.com> | 2015-08-25 21:50:47 +0200 |
---|---|---|
committer | David Pursell <dpursell@google.com> | 2015-09-04 01:41:42 +0200 |
commit | c3d4d535466eb939607651e12a490f92e9936763 (patch) | |
tree | e83b7b2688d2fc4f50fc7c1b280cb9eefe79077d /minadbd/services.cpp | |
parent | Merge "Add slot_suffix field to struct bootloader_message." (diff) | |
download | android_bootable_recovery-c3d4d535466eb939607651e12a490f92e9936763.tar android_bootable_recovery-c3d4d535466eb939607651e12a490f92e9936763.tar.gz android_bootable_recovery-c3d4d535466eb939607651e12a490f92e9936763.tar.bz2 android_bootable_recovery-c3d4d535466eb939607651e12a490f92e9936763.tar.lz android_bootable_recovery-c3d4d535466eb939607651e12a490f92e9936763.tar.xz android_bootable_recovery-c3d4d535466eb939607651e12a490f92e9936763.tar.zst android_bootable_recovery-c3d4d535466eb939607651e12a490f92e9936763.zip |
Diffstat (limited to '')
-rw-r--r-- | minadbd/services.cpp | 2 |
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)) { |