diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-28 22:11:39 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-28 22:11:39 +0800 |
commit | 78e17f6ee9a944430da3e517ee1fe384fd6b275b (patch) | |
tree | fac8829f4fb954cb9915ee56214d9dd2a6d8edef /svr-auth.c | |
parent | 5ebc48b3f231fa7628ab7f0bea56574c8359dbd5 (diff) | |
parent | 7f8702d3d6bec8832057103b46492b066cbc1426 (diff) |
merge from main
--HG--
branch : fuzz
Diffstat (limited to 'svr-auth.c')
-rw-r--r-- | svr-auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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++; } |