commit | 570b08b7904901162ae2d4c847b19c1aa9738aaf | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Apr 13 16:08:01 2018 -0700 |
committer | Josh Gao <jmgao@google.com> | Fri Apr 13 16:10:34 2018 -0700 |
tree | bb90ecc5b73b9827abcd1b1ef6bd4ddc2c90af14 | |
parent | 6b6c21af2873ebd8a3e79ed1c853ca4e0ce9e88b [diff] |
minadbd: track signature change of service_to_fd. Bug: http://b/37066218 Bug: http://b/71898863 Test: treehugger Change-Id: I5f2b14c65cff8d41dd3230d78b87e3e27e489bf6
diff --git a/minadbd/minadbd_services.cpp b/minadbd/minadbd_services.cpp index 9f0f1f8..043c51a 100644 --- a/minadbd/minadbd_services.cpp +++ b/minadbd/minadbd_services.cpp
@@ -58,7 +58,7 @@ 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)) {