branch | hs12 |
changeset 54 | bba32c45a832 |
parent 53 | 291588cb5e84 |
child 61 | 991f8f1593dc |
--- 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;