Remove now-unused passwd variable.

This commit is contained in:
Darren Tucker 2022-03-26 15:02:45 +11:00
parent 5b467ceef2
commit 24dc37d198
1 changed files with 1 additions and 1 deletions

2
auth.c
View File

@ -101,7 +101,7 @@ int
allowed_user(struct ssh *ssh, struct passwd * pw)
{
struct stat st;
const char *hostname = NULL, *ipaddr = NULL, *passwd = NULL;
const char *hostname = NULL, *ipaddr = NULL;
u_int i;
int r;