diff options
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index ff886ad3d..e7420a033 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -672,7 +672,7 @@ sub configureNetwork { require network::netconnect; $o->{netcnx}{$_} = $o->{netc}{$_} foreach qw(NET_DEVICE NET_INTERFACE); $o->{netcnx}{NET_INTERFACE} and network::netconnect::set_net_conf($o->{netcnx}, $o->{netc}); - network::netconnect::save_conf($o->{netcnx}, $o->{netc}, $o->{intf}); + network::netconnect::save_conf($o->{netcnx}); } } |