summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-03-26 15:02:45 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-03-26 15:02:45 +1100
commit24dc37d198f35a7cf71bf4d5384363c7ef4209d4 (patch)
tree7ff4b7323de155700567f15db5b8d2f6456c1edb /auth.c
parent5b467ceef2c356f0a77f5e8ab4eb0fac367e4d24 (diff)
downloadopenssh-git-24dc37d198f35a7cf71bf4d5384363c7ef4209d4.tar.gz
Remove now-unused passwd variable.
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.c b/auth.c
index 81d27589..58754c07 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;