summaryrefslogtreecommitdiffstats
path: root/minadbd/adb_main.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-11-20 22:06:51 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-11-20 22:06:51 +0100
commitee5c87eea737e47ab38e19625a32ac2fc0057ddd (patch)
treea93dec03d3e318b61416b3a4394ef5b43e42a867 /minadbd/adb_main.cpp
parentMerge "We can use fclose directly in std::unique_ptr." (diff)
parentTrack name change from adb_main to adb_server_main. (diff)
downloadandroid_bootable_recovery-ee5c87eea737e47ab38e19625a32ac2fc0057ddd.tar
android_bootable_recovery-ee5c87eea737e47ab38e19625a32ac2fc0057ddd.tar.gz
android_bootable_recovery-ee5c87eea737e47ab38e19625a32ac2fc0057ddd.tar.bz2
android_bootable_recovery-ee5c87eea737e47ab38e19625a32ac2fc0057ddd.tar.lz
android_bootable_recovery-ee5c87eea737e47ab38e19625a32ac2fc0057ddd.tar.xz
android_bootable_recovery-ee5c87eea737e47ab38e19625a32ac2fc0057ddd.tar.zst
android_bootable_recovery-ee5c87eea737e47ab38e19625a32ac2fc0057ddd.zip
Diffstat (limited to 'minadbd/adb_main.cpp')
-rw-r--r--minadbd/adb_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/adb_main.cpp b/minadbd/adb_main.cpp
index c968204b2..0694280cb 100644
--- a/minadbd/adb_main.cpp
+++ b/minadbd/adb_main.cpp
@@ -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);