fixed forgotten ) hs12
authorHeiko Schlittermann <hs@schlittermann.de>
Fri, 24 Dec 2010 00:01:55 +0100
branchhs12
changeset 54 bba32c45a832
parent 53 291588cb5e84
child 55 ee22798cf2c3
fixed forgotten )
dnssec-keytool.pl
--- a/dnssec-keytool.pl	Thu Dec 23 23:59:27 2010 +0100
+++ b/dnssec-keytool.pl	Fri Dec 24 00:01:55 2010 +0100
@@ -280,7 +280,7 @@
 
     # reviewed every key file (KSK, ZSK), whether they are described in
     # the respective index file. if not they will be deleted.
-    for ( glob("$master_dir/$zone/K*") {
+    for ( glob("$master_dir/$zone/K*")) {
         chomp;
         my $file     = $_;
         my $rm_count = 1;