commit | c3d4d535466eb939607651e12a490f92e9936763 | [log] [tgz] |
---|---|---|
author | David Pursell <dpursell@google.com> | Tue Aug 25 12:50:47 2015 -0700 |
committer | David Pursell <dpursell@google.com> | Thu Sep 03 16:41:42 2015 -0700 |
tree | e83b7b2688d2fc4f50fc7c1b280cb9eefe79077d | |
parent | 4c223f4e396e1b66a945601561fce4cd63fc31ae [diff] |
minadbd: update service_to_fd() signature. No functional change, just matching the signature to an adb change. See https://android-review.googlesource.com/#/c/169601/. Change-Id: Ic826864e126054849b3a4d193ded8acc5ee5269c
diff --git a/minadbd/services.cpp b/minadbd/services.cpp index 859463c..5c1d356 100644 --- a/minadbd/services.cpp +++ b/minadbd/services.cpp
@@ -86,7 +86,7 @@ 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)) {