From 15fb5ad3abbba880f35204d0337ab139cb85184a Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Wed, 5 Mar 2003 22:33:39 +0000 Subject: if the user don't want to start the internet connection, continue without error message. --- perl-install/network/tools.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network') diff --git a/perl-install/network/tools.pm b/perl-install/network/tools.pm index b0d9d1a9b..c7175a0d3 100644 --- a/perl-install/network/tools.pm +++ b/perl-install/network/tools.pm @@ -70,7 +70,7 @@ sub passwd_by_login { sub ask_connect_now { my ($type) = @_; $::Wizard_no_previous = 1; - my $up; + my $up = 1; #- FIXME : code the exception to be generated by ask_yesorno, to be able to remove the $::Wizard_no_previous=1; if ($in->ask_yesorno(N("Internet configuration"), N("Do you want to try to connect to the Internet now?") -- cgit v1.2.1