1
0
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:
Vadim Kurland 2011-02-14 10:49:04 -08:00
parent 143594ddc7
commit cae3a06876

View File

@ -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