summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 644206eb7..8b2a26dec 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -314,7 +314,7 @@ sub real_main {
} else {
detect($netc->{autodetect}, 'modem');
$netc->{isdntype} = 'isdn_external';
- $netcnx->{isdn_external}{device} = modem::first_modem($netc);
+ $netcnx->{isdn_external}{device} = network::modem::first_modem($netc);
$netcnx->{isdn_external} = isdn_read_config($netcnx->{isdn_external});
$netcnx->{isdn_external}{special_command} = 'AT&F&O2B40';
require network::modem;