bug-1161: bugfix

This commit is contained in:
Bernhard Fröhlich 2013-04-06 22:01:15 +02:00
parent 89b2315346
commit 907f893d31

View file

@ -218,7 +218,7 @@ do {
if ($RecID) { if ($RecID) {
($DoClose, $got) = SendRecord($ssl, $serial, $root, $type, $variant, $date); ($DoClose, $got) = SendRecord($ssl, $serial, $root, $type, $variant, $date);
$got =~ s/\s+//g; $got =~ s/\s+$//g;
print localtime(time).": $root/$serial, $type/$variant: $got\n"; print localtime(time).": $root/$serial, $type/$variant: $got\n";
if (($got =~ /^OK/i) || ($got =~ /^Duplicate/i)) { if (($got =~ /^OK/i) || ($got =~ /^Duplicate/i)) {
push(@OKIDs, $RecID); push(@OKIDs, $RecID);