diff options
author | Dan Albert <danalbert@google.com> | 2015-02-19 18:44:17 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-02-19 18:44:17 +0000 |
commit | 9a525d7f2e050a81fd800557293fc3ce6d4933ff (patch) | |
tree | f3a1e916a6d76859b9368a49c678ff0630ab18e5 /adb/adb_auth.c | |
parent | 915d2e98eb8888d4ddd800efece70261b4cb7259 (diff) | |
parent | bd0b750897bebaa10e16507fdd08dbc746cd228d (diff) | |
download | system_core-9a525d7f2e050a81fd800557293fc3ce6d4933ff.zip system_core-9a525d7f2e050a81fd800557293fc3ce6d4933ff.tar.gz system_core-9a525d7f2e050a81fd800557293fc3ce6d4933ff.tar.bz2 |
Merge "Move adb_main to its own file."
Diffstat (limited to 'adb/adb_auth.c')
-rw-r--r-- | adb/adb_auth.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/adb/adb_auth.c b/adb/adb_auth.c index 00cf469..11a89b0 100644 --- a/adb/adb_auth.c +++ b/adb/adb_auth.c @@ -26,6 +26,8 @@ #include "adb_auth.h" #include "sysdeps.h" +int auth_enabled = 0; + void send_auth_request(atransport *t) { D("Calling send_auth_request\n"); |