diff --git a/bind8/resign.pl b/bind8/resign.pl index 0e2b138a1..d48b0ff44 100755 --- a/bind8/resign.pl +++ b/bind8/resign.pl @@ -67,7 +67,9 @@ foreach my $z (@zones) { print STDERR " Age in days $old\n" if ($debug); if ($old > $period) { # Too old .. signing + before_editing($z); my $err = &resign_dnssec_key($z); + after_editing($z); if ($err) { print STDERR " Re-signing of $z->{'name'} failed : $err\n"; $errcount++;