mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
fix #endif (#59)
This commit is contained in:
parent
5ca12d8332
commit
1ae4237920
@ -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))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user