]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove now-unused passwd variable.
authorDarren Tucker <dtucker@dtucker.net>
Sat, 26 Mar 2022 04:02:45 +0000 (15:02 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 26 Mar 2022 04:02:45 +0000 (15:02 +1100)
auth.c

diff --git a/auth.c b/auth.c
index 81d27589579f3bed48bda1be894d3d2c1dcb79c9..58754c07001090b93c17c017110a0d83578efc8d 100644 (file)
--- 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;