diff options
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r-- | perl-install/network/netconnect.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 2e073fb53..d4ff1ab1d 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1194,7 +1194,7 @@ N("Last but not least you can also type in your DNS server IP addresses."), type => "yesorno", post => sub { my ($a) = @_; - my ($type) = $netc->{internet_cnx_choice}; + my $type = $netc->{internet_cnx_choice}; $up = 1; if ($a) { # local $::isWizard = 0; |