summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth1.c b/auth1.c
index 520da640c..ca0495d32 100644
--- a/auth1.c
+++ b/auth1.c
@@ -273,7 +273,7 @@ do_authloop(struct passwd * pw, char *luser)
273 if (options.skey_authentication == 1) { 273 if (options.skey_authentication == 1) {
274 char *skeyinfo = NULL; 274 char *skeyinfo = NULL;
275 if (pw != NULL) 275 if (pw != NULL)
276 skey_keyinfo(pw->pw_name); 276 skeyinfo = skey_keyinfo(pw->pw_name);
277 if (skeyinfo == NULL) { 277 if (skeyinfo == NULL) {
278 debug("generating fake skeyinfo for %.100s.", luser); 278 debug("generating fake skeyinfo for %.100s.", luser);
279 skeyinfo = skey_fake_keyinfo(luser); 279 skeyinfo = skey_fake_keyinfo(luser);