am 49a49e4f: am ee17242f: Merge "minadbd: update service_to_fd() signature."

* commit '49a49e4f0659696b71c0ec2d32a0ac4948c5d977':
  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)) {