diff options
Diffstat (limited to 'dns_wizard')
-rw-r--r-- | dns_wizard/Bind.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |