From 907f893d31fd435ef8e60b3e37b7521f815739dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Fr=C3=B6hlich?= Date: Sat, 6 Apr 2013 22:01:15 +0200 Subject: [PATCH] bug-1161: bugfix --- functions/UploadResults.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/UploadResults.pl b/functions/UploadResults.pl index c2c86e9..576770a 100755 --- a/functions/UploadResults.pl +++ b/functions/UploadResults.pl @@ -218,7 +218,7 @@ do { if ($RecID) { ($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"; if (($got =~ /^OK/i) || ($got =~ /^Duplicate/i)) { push(@OKIDs, $RecID);