summaryrefslogtreecommitdiffstats
path: root/minadbd/minadbd.cpp
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2022-03-08 07:51:47 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-03-08 07:51:47 +0100
commit6e1dcc84bdac63645654052e38e489a36ade07d8 (patch)
tree267cd060d479df82b024d59adff7348a899705a2 /minadbd/minadbd.cpp
parentMerge "Move comment to license_note" (diff)
parentMerge Android 12L (diff)
downloadandroid_bootable_recovery-6e1dcc84bdac63645654052e38e489a36ade07d8.tar
android_bootable_recovery-6e1dcc84bdac63645654052e38e489a36ade07d8.tar.gz
android_bootable_recovery-6e1dcc84bdac63645654052e38e489a36ade07d8.tar.bz2
android_bootable_recovery-6e1dcc84bdac63645654052e38e489a36ade07d8.tar.lz
android_bootable_recovery-6e1dcc84bdac63645654052e38e489a36ade07d8.tar.xz
android_bootable_recovery-6e1dcc84bdac63645654052e38e489a36ade07d8.tar.zst
android_bootable_recovery-6e1dcc84bdac63645654052e38e489a36ade07d8.zip
Diffstat (limited to 'minadbd/minadbd.cpp')
-rw-r--r--minadbd/minadbd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/minadbd/minadbd.cpp b/minadbd/minadbd.cpp
index 7b82faa05..1df342c87 100644
--- a/minadbd/minadbd.cpp
+++ b/minadbd/minadbd.cpp
@@ -64,6 +64,7 @@ int main(int argc, char** argv) {
// We can't require authentication for sideloading. http://b/22025550.
auth_required = false;
+ socket_access_allowed = false;
init_transport_registration();
usb_init();