X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/e506ee736ce4b32d7eff028affb3b436b14590a7..3e366738a9024c1d59b093db05ff051020ff2cd8:/auth1.c diff --git a/auth1.c b/auth1.c index 520da640..ca0495d3 100644 --- a/auth1.c +++ b/auth1.c @@ -273,7 +273,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);