diff svr-auth.c @ 1613:caa9bb54dfa0

fix #endif (#59)
author François Perrad <francois.perrad@gadz.org>
date Wed, 28 Feb 2018 15:10:14 +0100
parents 1acbdf64088e
children 768ebf737aa0 5d2d1021ca00
line wrap: on
line diff
--- a/svr-auth.c	Tue Jul 24 20:19:05 2018 +0800
+++ b/svr-auth.c	Wed Feb 28 15:10:14 2018 +0100
@@ -312,7 +312,7 @@
 			return DROPBEAR_FAILURE;
 		}
 	}
-#endif HAVE_GETGROUPLIST
+#endif /* HAVE_GETGROUPLIST */
 
 	TRACE(("shell is %s", ses.authstate.pw_shell))