diff svr-auth.c @ 1562:768ebf737aa0 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Feb 2018 22:11:39 +0800
parents 02b226c2675e f5026f7486de
children 1fbe598a14fb
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++;
 	}