diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-08-23 23:43:45 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-08-23 23:43:45 +0800 |
commit | ad3eacf3d65dcd2010b58790f63e4d74c4346c7c (patch) | |
tree | 953a3beeb41c85a06d10f08f9fd6cbb2e5e6b609 /sysoptions.h | |
parent | 195934be96aa2aabd0bec0adf14f242155008e50 (diff) | |
parent | 52adbb34c32d3e2e1bcdb941e20a6f81138b8248 (diff) |
Merge bugfix delay invalid users
Diffstat (limited to 'sysoptions.h')
-rw-r--r-- | sysoptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysoptions.h b/sysoptions.h index 942e724..5bdb3e3 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -225,7 +225,7 @@ If you test it please contact the Dropbear author */ #define DROPBEAR_ZLIB_MEM_LEVEL 8 #if (DROPBEAR_SVR_PASSWORD_AUTH) && (DROPBEAR_SVR_PAM_AUTH) -#error "You can't turn on PASSWORD and PAM auth both at once. Fix it in options.h" +#error "You can't turn on PASSWORD and PAM auth both at once. Fix it in localoptions.h" #endif /* PAM requires ./configure --enable-pam */ |