diff options
author | Matt Johnston <matt@ucc.asn.au> | 2014-01-17 21:42:32 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2014-01-17 21:42:32 +0800 |
commit | 8081b0e03399c608dcbe8ebe187e9017886a0c34 (patch) | |
tree | 3c7389ef8e54675db5953a1d4ac9aacf27b89517 | |
parent | 61cecbb3371839a824ff536338471d4b888aacf6 (diff) |
Forgot to save the change
-rw-r--r-- | sysoptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysoptions.h b/sysoptions.h index 4d9fdc9..3bb8e92 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -179,7 +179,7 @@ /* Send a real auth request immediately after sending a query for the available methods. * It saves a network round trip at login. * If problems are encountered it can be disabled here. */ - #define CLI_IMMEDIATE_AUTH + #define DROPBEAR_CLI_IMMEDIATE_AUTH #if defined(DROPBEAR_AES256) || defined(DROPBEAR_AES128) |