From f6b016d72b01126d2e25662bfef108a8258b3da0 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 1 Sep 2004 05:39:06 +0000 Subject: fix stupid error --- perl-install/standalone/net_monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/net_monitor b/perl-install/standalone/net_monitor index 6b2e3baf3..41acdc186 100755 --- a/perl-install/standalone/net_monitor +++ b/perl-install/standalone/net_monitor @@ -45,7 +45,7 @@ my $netcnx = {}; my $netc = {}; my $intf = {}; network::netconnect::read_net_conf($netcnx, $netc, $intf); -$default_intf or ($default_intf, undef, undef, undef) = get_internet_connection($netc, $intf); +$default_intf or ($default_intf, undef, undef, undef) = network::tools::get_internet_connection($netc, $intf); if ($force) { $connect and network::tools::start_interface($default_intf); -- cgit v1.2.1