diff options
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-x | perl-install/standalone/drakconnect | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index cfe9647c7..9ca3fa585 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -633,8 +633,6 @@ sub check_field { sub add_intf() { $::isWizard = 1; - network::netconnect::read_net_conf($netcnx, $netc, $intf); - # network::netconnect::add_interface($in, $netcnx); network::netconnect::main('', $netcnx, $in, $netc, undef, $intf); $in->exit(0); } |