mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05: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, "AuthTIS", 0, &cfg->try_tis_auth);
|
||||||
gppi(sesskey, "AuthKI", 1, &cfg->try_ki_auth);
|
gppi(sesskey, "AuthKI", 1, &cfg->try_ki_auth);
|
||||||
gppi(sesskey, "AuthGSSAPI", 1, &cfg->try_gssapi_auth);
|
gppi(sesskey, "AuthGSSAPI", 1, &cfg->try_gssapi_auth);
|
||||||
gprefs(sesskey, "GSSList", "\0",
|
gprefs(sesskey, "GSSLibs", "\0",
|
||||||
gsslibkeywords, ngsslibs, cfg->ssh_gsslist);
|
gsslibkeywords, ngsslibs, cfg->ssh_gsslist);
|
||||||
gppi(sesskey, "SshNoShell", 0, &cfg->ssh_no_shell);
|
gppi(sesskey, "SshNoShell", 0, &cfg->ssh_no_shell);
|
||||||
gppfile(sesskey, "PublicKeyFile", &cfg->keyfile);
|
gppfile(sesskey, "PublicKeyFile", &cfg->keyfile);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user