From: Darren Tucker Date: Sat, 26 Mar 2022 04:02:45 +0000 (+1100) Subject: Remove now-unused passwd variable. X-Git-Tag: V_9_0_P1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24dc37d198f35a7cf71bf4d5384363c7ef4209d4;p=thirdparty%2Fopenssh-portable.git Remove now-unused passwd variable. --- 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;