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
committerMatt Johnston <matt@ucc.asn.au>2018-02-28 22:10:14 +0800
commit7f8702d3d6bec8832057103b46492b066cbc1426 (patch)
treeaf4085d32df0e687b156bbe35a3db2693d30671b /svr-auth.c
parentbbe02dc3cfd5f0367a43dac6521afc65254d74a8 (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))