diff options
author | François Perrad <francois.perrad@gadz.org> | 2018-02-28 15:10:14 +0100 |
---|---|---|
committer | François Perrad <francois.perrad@gadz.org> | 2018-02-28 15:10:14 +0100 |
commit | 1ae4237920c3bd7f2fa6958d2a390f6693852285 (patch) | |
tree | e02513cc801d99f0e575437558d3219fd63c022f /svr-auth.c | |
parent | 5ca12d8332f82afd5df9df7a9894d291a5e1c884 (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)) |