summaryrefslogtreecommitdiffhomepage
path: root/svr-auth.c
diff options
context:
space:
mode:
authorFrançois Perrad <francois.perrad@gadz.org>2018-02-28 15:10:14 +0100
committerFrançois Perrad <francois.perrad@gadz.org>2018-02-28 15:10:14 +0100
commit1ae4237920c3bd7f2fa6958d2a390f6693852285 (patch)
treee02513cc801d99f0e575437558d3219fd63c022f /svr-auth.c
parent5ca12d8332f82afd5df9df7a9894d291a5e1c884 (diff)
fix #endif (#59)
Diffstat (limited to 'svr-auth.c')
-rw-r--r--svr-auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-auth.c b/svr-auth.c
index 64d97aa..c19c090 100644
--- a/svr-auth.c
+++ b/svr-auth.c
@@ -312,7 +312,7 @@ static int checkusername(const char *username, unsigned int userlen) {
return DROPBEAR_FAILURE;
}
}
-#endif HAVE_GETGROUPLIST
+#endif /* HAVE_GETGROUPLIST */
TRACE(("shell is %s", ses.authstate.pw_shell))