diff options
-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 f944dd762..aa1ebe786 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -107,7 +107,7 @@ sub detect_timezone() { $netc->{autodetect} = {}; my $next_cnx_step = sub { - my $next = connection_steps{$cnx_type}; + my $next = $connection_steps{$cnx_type}; # FIXME: we want this in standalone mode too: $need_restart_network = 1 if $next =~ /lan|cable/; if ($next eq "multiple_internet_cnx") { |