summaryrefslogtreecommitdiffstats
path: root/adb/adb_auth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'adb/adb_auth.cpp')
-rw-r--r--adb/adb_auth.cpp2
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)
{