Browse Source

Bug 578: Hidden options for "Preference order for GSSAPI libraries" and "User-supplied GSSAPI library path" (2nd try)

https://winscp.net/tracker/578

Source commit: 3f361470c1266a44f8d6f0079be754269715651b
Martin Prikryl 9 years ago
parent
commit
c3e71689d0
1 changed files with 0 additions and 4 deletions
  1. 0 4
      source/core/SecureShell.cpp

+ 0 - 4
source/core/SecureShell.cpp

@@ -356,10 +356,6 @@ Conf * __fastcall TSecureShell::StoreToConfig(TSessionData * Data, bool Simple)
   conf_set_int(conf, CONF_nopty, TRUE);
   conf_set_int(conf, CONF_tcp_keepalives, 0);
   conf_set_int(conf, CONF_ssh_show_banner, TRUE);
-  for (int Index = 0; Index < ngsslibs; Index++)
-  {
-    conf_set_int_int(conf, CONF_ssh_gsslist, Index, gsslibkeywords[Index].v);
-  }
   conf_set_int(conf, CONF_proxy_log_to_term, FORCE_OFF);
 
   conf_set_int_int(conf, CONF_ssh_hklist, 0, HK_ED25519);