From 56d229764e73dd6826e467c3a7cdcc203e9da9d8 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 20 Jul 2004 15:05:12 +0000 Subject: do not read conf in add_intf, this is already done by the netconnect wizard --- perl-install/standalone/drakconnect | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/standalone/drakconnect') 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); } -- cgit v1.2.1