summaryrefslogtreecommitdiffstats
path: root/auth.c
diff options
context:
space:
mode:
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;