changeset 1613:caa9bb54dfa0

fix #endif (#59)
author François Perrad <francois.perrad@gadz.org>
date Wed, 28 Feb 2018 15:10:14 +0100
parents 470aa609c7e4
children 03df3b9f6048
files svr-auth.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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))