From 24dc37d198f35a7cf71bf4d5384363c7ef4209d4 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 26 Mar 2022 15:02:45 +1100 Subject: [PATCH] Remove now-unused passwd variable. --- auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.c b/auth.c index 81d275895..58754c070 100644 --- a/auth.c +++ b/auth.c @@ -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;