commit | 148a358589cd2a99b36e6bf5716330678033f141 | [log] [tgz] |
---|---|---|
author | Shaju Mathew <shaju@google.com> | Tue Dec 07 04:40:40 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Dec 07 04:40:40 2021 +0000 |
tree | 3cf814f4c4ae026b4d4079d1aa4784c21aa5d6ef | |
parent | 131ca9e5447970661335a1996a75fed2ec57a136 [diff] | |
parent | e6054f41e897a22b9c86f873835ad2ca99dc391a [diff] |
Merge "Suppression of socket connect from minadbd (CL 2/2)"
diff --git a/minadbd/minadbd.cpp b/minadbd/minadbd.cpp index 7b82faa..1df342c 100644 --- a/minadbd/minadbd.cpp +++ b/minadbd/minadbd.cpp
@@ -64,6 +64,7 @@ // We can't require authentication for sideloading. http://b/22025550. auth_required = false; + socket_access_allowed = false; init_transport_registration(); usb_init();