summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/drakgw2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw
index 96a9b5b01..118f14ddd 100755
--- a/perl-install/standalone/drakgw
+++ b/perl-install/standalone/drakgw
@@ -210,7 +210,7 @@ Examples:
ippp+ for a isdn connection.
", $card_netconnect),
[ { label => N("Net Device"), val => \$card_netconnect, type => 'entry' } ])
- or goto step_warning_already_conf;
+ or goto step_ask_confirm;
my @cards = grep {
log::l("[drakgw] Have network card: $_");