mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Emergency fix: Turn asLibrary again into a session based setting. Broken in commit b22c3fd81549edba525e526cb6429aad2fa1faf3. Closes #1199
This commit is contained in:
@ -3518,7 +3518,7 @@ begin
|
||||
InitSetting(asWindowsAuth, 'WindowsAuth', 0, False, '', True);
|
||||
InitSetting(asLoginPrompt, 'LoginPrompt', 0, False, '', True);
|
||||
InitSetting(asPort, 'Port', 0, False, '', True);
|
||||
InitSetting(asLibrary, 'Library', 0, False, ''); // Gets its default in TConnectionParameters.Create
|
||||
InitSetting(asLibrary, 'Library', 0, False, '', True); // Gets its default in TConnectionParameters.Create
|
||||
InitSetting(asAllProviders, 'AllProviders', 0, False);
|
||||
InitSetting(asPlinkExecutable, 'PlinkExecutable', 0, False, 'plink.exe');
|
||||
InitSetting(asSSHtunnelHost, 'SSHtunnelHost', 0, False, '', True);
|
||||
|
Reference in New Issue
Block a user