diff options
author | François Perrad <francois.perrad@gadz.org> | 2018-02-28 15:10:14 +0100 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-28 22:10:14 +0800 |
commit | 7f8702d3d6bec8832057103b46492b066cbc1426 (patch) | |
tree | af4085d32df0e687b156bbe35a3db2693d30671b /svr-auth.c | |
parent | bbe02dc3cfd5f0367a43dac6521afc65254d74a8 (diff) |
fix #endif (#59)
Diffstat (limited to 'svr-auth.c')
-rw-r--r-- | svr-auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |