commit | ee17242f904730c759272b2576aafc59d764525b | [log] [tgz] |
---|---|---|
author | David Pursell <dpursell@google.com> | Mon Sep 14 18:39:37 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Sep 14 18:39:37 2015 +0000 |
tree | b7a6b7c96b60849875abb5996950bad52beda5ee | |
parent | b83fd518262853d42b5a73a61ec6fdfafe0f5564 [diff] | |
parent | c3d4d535466eb939607651e12a490f92e9936763 [diff] |
Merge "minadbd: update service_to_fd() signature."
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)) {