From 3e07bc204a7e67f70108afd1b9ff715be35286aa Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 23 Mar 2009 10:00:24 +0000 Subject: =?UTF-8?q?(do=5Fit=5Fadd)=20fix=20crash=20in=20DNS=20wizard=20(?= =?UTF-8?q?=E2=99=AF47018)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dns_wizard/Bind.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dns_wizard/Bind.pm') diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm index a0b8b14b..71cd5878 100644 --- a/dns_wizard/Bind.pm +++ b/dns_wizard/Bind.pm @@ -258,7 +258,6 @@ $o->{pages} = { { label => N("Computer IP address:"), val_ref => \$o->{var}{CLIENTIP} }, ], post => \&do_it_add, - next => 'endadd', }, summaryremove => { name => N("Client with this identification will be removed from your DNS"), @@ -893,6 +892,7 @@ sub do_it_add { } increment_serial($iprev); system("service named reload"); + return 'endadd' } sub do_it_remove { -- cgit v1.2.1