]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Use the same key for both saving and loading the GSSAPI implementation
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 15 Sep 2010 18:50:34 +0000 (18:50 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 15 Sep 2010 18:50:34 +0000 (18:50 +0000)
preference list. Spotted by Daniel Kessler.

[originally from svn r8999]

settings.c

index 3d51f51f66c205cbe72880770cd455afce47e5fc..551475261dd0a0bea15b0d1949f6e426120e2bbf 100644 (file)
@@ -642,7 +642,7 @@ void load_open_settings(void *sesskey, Config *cfg)
     gppi(sesskey, "AuthTIS", 0, &cfg->try_tis_auth);
     gppi(sesskey, "AuthKI", 1, &cfg->try_ki_auth);
     gppi(sesskey, "AuthGSSAPI", 1, &cfg->try_gssapi_auth);
-    gprefs(sesskey, "GSSList", "\0",
+    gprefs(sesskey, "GSSLibs", "\0",
           gsslibkeywords, ngsslibs, cfg->ssh_gsslist);
     gppi(sesskey, "SshNoShell", 0, &cfg->ssh_no_shell);
     gppfile(sesskey, "PublicKeyFile", &cfg->keyfile);