mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-21 18:57:14 +01:00
see #2088 fixed in another place where putty_session could not be initialized properly when there is no matching putty session in registry
This commit is contained in:
parent
143594ddc7
commit
cae3a06876
@ -1179,6 +1179,7 @@ void instDialog::readInstallerOptionsFromFirewallObject(Firewall *fw)
|
||||
if (!aaddr.isEmpty()) cnf.maddr = aaddr;
|
||||
else cnf.maddr = standard_management_addr;
|
||||
|
||||
cnf.putty_session = "";
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user