changeset 1560:f5026f7486de

fix #endif (#59)
author François Perrad <francois.perrad@gadz.org>
date Wed, 28 Feb 2018 15:10:14 +0100
parents 4c382cbb19e6
children 768ebf737aa0 1cbb7b3d6703
files svr-auth.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/svr-auth.c	Tue Feb 27 22:49:06 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))