Mercurial > dropbear
changeset 1615:cd23631dab5c
fix error message to say localoptions.h
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 23 Aug 2018 22:10:07 +0800 |
parents | 03df3b9f6048 |
children | 5d2d1021ca00 |
files | sysoptions.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sysoptions.h Thu Mar 01 22:12:30 2018 +0800 +++ b/sysoptions.h Thu Aug 23 22:10:07 2018 +0800 @@ -225,7 +225,7 @@ #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 */