mirror of
https://github.com/CAcertOrg/cats.git
synced 2024-11-08 07:04:03 +00:00
bug-1161: bugfix
This commit is contained in:
parent
89b2315346
commit
907f893d31
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue