mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 17:29:02 -04:00
openssh: remove login class restrictions leftovers
MFC after: 2 weeks
Fixes: 27ceebbc24 ("openssh: simplify login class...")
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
258f5f79bb
commit
ba91e31f47
1 changed files with 0 additions and 4 deletions
|
|
@ -260,10 +260,6 @@ input_userauth_request(int type, u_int32_t seq, struct ssh *ssh)
|
|||
char *user, *service, *method, *style = NULL;
|
||||
int authenticated = 0;
|
||||
double tstart = monotime_double();
|
||||
#ifdef HAVE_LOGIN_CAP
|
||||
login_cap_t *lc;
|
||||
const char *from_host, *from_ip;
|
||||
#endif
|
||||
|
||||
if (authctxt == NULL)
|
||||
fatal("input_userauth_request: no authctxt");
|
||||
|
|
|
|||
Loading…
Reference in a new issue