# HG changeset patch
# User Matt Johnston <matt@ucc.asn.au>
# Date 1519827099 -28800
# Node ID 768ebf737aa0465d50060400c93138dade2f4bcc
# Parent  02b226c2675ebce61bcf58ad348cf1f57fc735bd# Parent  f5026f7486dee70f3e7f584a9ef6ef4a5d8ba198
merge from main

diff -r 02b226c2675e -r 768ebf737aa0 svr-auth.c
--- 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++;
 	}