mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-20 10:17:16 +01:00
* instDialog_ui_ops.cpp (readInstallerOptionsFromDialog):
tentative fix for SF bug 3169045 "Batch installer lists IPv4 address as management address". Built-in installer wanted to use management interface address in batch mode even when alternative address or putty session name was provided. This happens only in batch mode install.
This commit is contained in:
parent
856126c1cc
commit
339079da7b
@ -1,5 +1,12 @@
|
||||
2011-04-25 Vadim Kurland <vadim@netcitadel.com>
|
||||
|
||||
* instDialog_ui_ops.cpp (readInstallerOptionsFromDialog):
|
||||
tentative fix for SF bug 3169045 "Batch installer lists IPv4
|
||||
address as management address". Built-in installer wanted to use
|
||||
management interface address in batch mode even when alternative
|
||||
address or putty session name was provided. This happens only in
|
||||
batch mode install.
|
||||
|
||||
* VERSION (GENERATION): version 4.2.0 released; started 4.2.1
|
||||
|
||||
2011-04-20 vadim <vadim@netcitadel.com>
|
||||
|
||||
@ -1278,7 +1278,6 @@ void instDialog::readInstallerOptionsFromDialog(Firewall *fw,
|
||||
{
|
||||
if (fwbdebug) qDebug("instDialog::readInstallerOptionsFromDialog");
|
||||
|
||||
cnf.fwobj = fw;
|
||||
QString adm_user;
|
||||
|
||||
FWOptions *fwopt = NULL;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user