Track name change from adb_main to adb_server_main.

Change-Id: I835805348a9817c81639ad8471e3b49cae93c107
This commit is contained in:
Elliott Hughes
2015-11-20 13:03:24 -08:00
parent 5c6912148b
commit 9f4fdb3def
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#include "adb_auth.h"
#include "transport.h"
int adb_main(int is_daemon, int server_port, int /* reply_fd */) {
int adb_server_main(int is_daemon, int server_port, int /* reply_fd */) {
adb_device_banner = "sideload";
signal(SIGPIPE, SIG_IGN);