Track name change from adb_main to adb_server_main.
Change-Id: I835805348a9817c81639ad8471e3b49cae93c107
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user