diff sysoptions.h @ 1617:1fbe598a14fb

Merge bugfix delay invalid users
author Matt Johnston <matt@ucc.asn.au>
date Thu, 23 Aug 2018 23:43:45 +0800
parents 60fceff95858 cd23631dab5c
children 228b086794b7
line wrap: on
line diff
--- a/sysoptions.h	Tue Jul 24 20:19:05 2018 +0800
+++ b/sysoptions.h	Thu Aug 23 23:43:45 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 */