From 932b873787f546efa2629bc903988b40b04fb919 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 12 Nov 2003 12:31:23 +0000 Subject: fix bogus use of old netwok module instead of network::network --- perl-install/network/netconnect.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/network') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index a051dba74..cdfd75425 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -181,7 +181,7 @@ If you don't want to use the auto detection, deselect the checkbox. } my $success = 1; - network::configureNetwork2($in, $prefix, $netc, $intf); + network::network::configureNetwork2($in, $prefix, $netc, $intf); my $network_configured = 1; step_2_2: @@ -213,7 +213,7 @@ Test your connection via net_monitor or mcc. If your connection doesn't work, yo undef $::Wizard_finished; step_5: - $network_configured or network::configureNetwork2($in, $prefix, $netc, $intf); + $network_configured or network::network::configureNetwork2($in, $prefix, $netc, $intf); my $connect_cmd; if ($netcnx->{type} =~ /modem/ || $netcnx->{type} =~ /isdn_external/) { -- cgit v1.2.1