mirror of git://anongit.mindrot.org/openssh.git
Remove now-unused passwd variable.
This commit is contained in:
parent
5b467ceef2
commit
24dc37d198
2
auth.c
2
auth.c
|
@ -101,7 +101,7 @@ int
|
||||||
allowed_user(struct ssh *ssh, struct passwd * pw)
|
allowed_user(struct ssh *ssh, struct passwd * pw)
|
||||||
{
|
{
|
||||||
struct stat st;
|
struct stat st;
|
||||||
const char *hostname = NULL, *ipaddr = NULL, *passwd = NULL;
|
const char *hostname = NULL, *ipaddr = NULL;
|
||||||
u_int i;
|
u_int i;
|
||||||
int r;
|
int r;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue