summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--svr-auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/svr-auth.c b/svr-auth.c
index fb7b294..c5ed2a6 100644
--- a/svr-auth.c
+++ b/svr-auth.c
@@ -312,7 +312,7 @@ static int checkusername(const char *username, unsigned int userlen) {
return DROPBEAR_FAILURE;
}
}
-#endif
+#endif /* HAVE_GETGROUPLIST */
TRACE(("shell is %s", ses.authstate.pw_shell))
@@ -399,7 +399,7 @@ void send_msg_userauth_failure(int partial, int incrfail) {
if (!fuzz.fuzzing)
#endif
{
- usleep(delay);
+ usleep(delay);
}
ses.authstate.failcount++;
}