From c88872a746f8191ac30acaf59575ae4b6d0f655d Mon Sep 17 00:00:00 2001 From: Damien Chaumette Date: Tue, 3 Sep 2002 06:08:49 +0000 Subject: *** empty log message *** --- perl-install/network/netconnect.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 82235e1e5..385893763 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -247,8 +247,8 @@ If you don't want to use the auto detection, deselect the checkbox. network::configureNetwork2($in, $prefix, $netc, $intf); my $network_configured = 1; - if ($netconnect::need_restart_network && $::isStandalone and ($::expert or ($in->ask_yesorno(_("Network configuration"), - _("The network needs to be restarted"), 1) or goto step_2))) { + if ($netconnect::need_restart_network && $::isStandalone and ($::expert or $in->ask_yesorno(_("Network configuration"), + _("The network needs to be restarted"), 1))) { #- run_program::rooted($prefix, "/etc/rc.d/init.d/network stop"); if (!run_program::rooted($prefix, "/etc/rc.d/init.d/network restart")) { $success = 0; -- cgit v1.2.1