mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Issue #362: bugfix for existing sessions: remove default value for unset asSshExecutable, so the old global asPlinkExecutable gets used in that case
This commit is contained in:
@ -3493,7 +3493,7 @@ begin
|
||||
InitSetting(asLibrary, 'Library', 0, False, '', True); // Gets its default in TConnectionParameters.Create
|
||||
InitSetting(asAllProviders, 'AllProviders', 0, False);
|
||||
InitSetting(asPlinkExecutable, 'PlinkExecutable', 0, False, 'plink.exe'); // Legacy support with global setting
|
||||
InitSetting(asSshExecutable, 'SshExecutable', 0, False, 'ssh.exe', True);
|
||||
InitSetting(asSshExecutable, 'SshExecutable', 0, False, '', True);
|
||||
InitSetting(asSSHtunnelHost, 'SSHtunnelHost', 0, False, '', True);
|
||||
InitSetting(asSSHtunnelHostPort, 'SSHtunnelHostPort', 22, False, '', True);
|
||||
InitSetting(asSSHtunnelPort, 'SSHtunnelPort', 0, False, '', True);
|
||||
|
Reference in New Issue
Block a user