changeset 1562:768ebf737aa0 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Feb 2018 22:11:39 +0800
parents 02b226c2675e (current diff) f5026f7486de (diff)
children 1cbb7b3d6703 13d834efc376
files svr-auth.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/svr-auth.c	Wed Feb 28 22:10:43 2018 +0800
+++ b/svr-auth.c	Wed Feb 28 22:11:39 2018 +0800
@@ -312,7 +312,7 @@
 			return DROPBEAR_FAILURE;
 		}
 	}
-#endif
+#endif /* HAVE_GETGROUPLIST */
 
 	TRACE(("shell is %s", ses.authstate.pw_shell))
 
@@ -399,7 +399,7 @@
 		if (!fuzz.fuzzing)
 #endif
 		{
-			usleep(delay);
+		usleep(delay);
 		}
 		ses.authstate.failcount++;
 	}