From 94aa5bdb38e9c0a11542a1827b4c632788b5ac03 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Fri, 10 Nov 2000 01:04:41 +0000 Subject: typo; from mouring@pconline.com --- usr.bin/ssh/auth1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/ssh/auth1.c b/usr.bin/ssh/auth1.c index 8d50d288796..15d6d542712 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.6 2000/10/11 20:27:23 markus Exp $"); +RCSID("$OpenBSD: auth1.c,v 1.7 2000/11/10 01:04:40 markus Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -248,7 +248,7 @@ do_authloop(struct passwd * pw, char *luser) if (options.skey_authentication == 1) { char *skeyinfo = NULL; if (pw != NULL) - skey_keyinfo(pw->pw_name); + skeyinfo = skey_keyinfo(pw->pw_name); if (skeyinfo == NULL) { debug("generating fake skeyinfo for %.100s.", luser); skeyinfo = skey_fake_keyinfo(luser); -- cgit v1.2.3