diff options
author | 2003-11-08 16:02:40 +0000 | |
---|---|---|
committer | 2003-11-08 16:02:40 +0000 | |
commit | abc77508ac002470d6143e346eaa88747788f68c (patch) | |
tree | 04b5257f6ac31d28f784fbe3f8826ee9baff7d92 | |
parent | Remove file commited by accident (diff) | |
download | wireguard-openbsd-abc77508ac002470d6143e346eaa88747788f68c.tar.xz wireguard-openbsd-abc77508ac002470d6143e346eaa88747788f68c.zip |
remove unused variable (pw). ok djm@
-rw-r--r-- | usr.bin/ssh/auth1.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth1.c b/usr.bin/ssh/auth1.c index 9862d3b88d6..0d84e6c9abc 100644 --- a/usr.bin/ssh/auth1.c +++ b/usr.bin/ssh/auth1.c @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth1.c,v 1.54 2003/11/04 08:54:09 djm Exp $"); +RCSID("$OpenBSD: auth1.c,v 1.55 2003/11/08 16:02:40 jakob Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -70,7 +70,6 @@ do_authloop(Authctxt *authctxt) u_int dlen; u_int ulen; int type = 0; - struct passwd *pw = authctxt->pw; debug("Attempting authentication for %s%.100s.", authctxt->valid ? "" : "illegal user ", authctxt->user); |