fix #endif (#59)

This commit is contained in:
François Perrad 2018-02-28 15:10:14 +01:00
parent 5ca12d8332
commit 1ae4237920

View File

@ -312,7 +312,7 @@ static int checkusername(const char *username, unsigned int userlen) {
return DROPBEAR_FAILURE; return DROPBEAR_FAILURE;
} }
} }
#endif HAVE_GETGROUPLIST #endif /* HAVE_GETGROUPLIST */
TRACE(("shell is %s", ses.authstate.pw_shell)) TRACE(("shell is %s", ses.authstate.pw_shell))