From 7a19c69dc1d8c53412dc2736c2bddb55e7bc3381 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 13 Sep 2004 11:21:42 +0000 Subject: The "choose an update mirror" screen was launched without notice when a supplementary ftp media was selected. --- perl-install/install_steps_interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 838750637..5491ea84d 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -417,6 +417,7 @@ sub askSupplMirror { val => \$u->{mirror}, }, ], ) or $u->{mirror} = ''; + delete $o->{updates}; if ($u->{mirror} eq '-') { return $o->ask_from_entry('', $message) || ''; } -- cgit v1.2.1