From 1ec9e6ae011c4f7b9cd071eff492b0fafb09f110 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 23 Mar 2009 10:11:44 +0000 Subject: fix 5 other #37452-like crashes in DNS wizard --- dns_wizard/Bind.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dns_wizard') diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm index 1bbeba97..29e2d766 100644 --- a/dns_wizard/Bind.pm +++ b/dns_wizard/Bind.pm @@ -233,12 +233,10 @@ $o->{pages} = { }, error_nosrv => { name => N("It seems that no DNS server has been set through wizard. Please run DNS wizard: Master DNS server."), - next => 0, end => 1, }, error_notmaster => { name => N("It seems that you are not a master DNS server, so I can't add/remove host."), - next => 0, end => 1, }, summaryslave => { @@ -289,21 +287,18 @@ $o->{pages} = { data => [ { label => N("The wizard successfully removed the host from your DNS.") } ], no_back => 1, end => 1, - next => 0, }, end => { name => N("Congratulations"), data => [ { label => N("The wizard successfully configured the DNS service of your server.") } ], no_back => 1, end => 1, - next => 0, }, error_end => { name => N("Failed"), data => [ { label => N("Please Relaunch drakwizard, and try to change some parameters.") } ], no_back => 1, end => 1, - next => 0, }, }; -- cgit v1.2.1