]> andersk Git - openssh.git/blobdiff - auth1.c
20001110
[openssh.git] / auth1.c
diff --git a/auth1.c b/auth1.c
index 520da640c6bd3c4b340b72e9595cb29dd89bbeb4..ca0495d32eea72fdf32f5d422ea4f12f5f8bbeb3 100644 (file)
--- 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);
This page took 0.830973 seconds and 4 git commands to generate.