Track name change from adb_main to adb_server_main.

Change-Id: I835805348a9817c81639ad8471e3b49cae93c107
diff --git a/recovery.cpp b/recovery.cpp
index 5f3bfca..aaca3e0 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -1015,7 +1015,7 @@
     // only way recovery should be run with this argument is when it
     // starts a copy of itself from the apply_from_adb() function.
     if (argc == 2 && strcmp(argv[1], "--adbd") == 0) {
-        adb_main(0, DEFAULT_ADB_PORT, -1);
+        adb_server_main(0, DEFAULT_ADB_PORT, -1);
         return 0;
     }