summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network/netconnect.pm')
-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 58f1d502f..debc3480c 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -360,7 +360,7 @@ sub real_main {
[ $netc, "dnsServer3", { label => N("Provider DNS 2 (optional)") } ],
[ $isdn, "dialing_mode", { label => N("Dialing mode"), list => ["auto", "manual"] } ],
[ $isdn, "speed", { label => N("Connection speed"), list => ["64 Kb/s", "128 Kb/s"] } ],
- [ $netcnx, "huptimeout", { label => N("Connection timeout (in sec)") } ], #unused?
+ [ $isdn, "huptimeout", { label => N("Connection timeout (in sec)") } ],
)
),
({ label => N("Account Login (user name)"), val => \$isdn->{login} },