diff options
-rwxr-xr-x | perl-install/standalone/net_monitor | 2 |
1 files changed, 1 insertions, 1 deletions
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); |