summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-xperl-install/standalone/drakconnect2
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);
}