mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Use the same key for both saving and loading the GSSAPI implementation
preference list. Spotted by Daniel Kessler. [originally from svn r8999]
This commit is contained in:
parent
7c1a126563
commit
010f8c42c5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user