diff options
Diffstat (limited to 'adb/adb_auth.cpp')
-rw-r--r-- | adb/adb_auth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/adb_auth.cpp b/adb/adb_auth.cpp index dc01825..cff26d6 100644 --- a/adb/adb_auth.cpp +++ b/adb/adb_auth.cpp @@ -28,7 +28,7 @@ #include "adb.h" #include "transport.h" -int auth_enabled = 0; +bool auth_required = true; void send_auth_request(atransport *t) { |