Fix inessential semicolon

This commit is contained in:
Ilia Ross
2026-01-07 23:13:08 +02:00
parent 123beb03d8
commit 45521e9c30

View File

@@ -8812,7 +8812,7 @@ if ($serv->{'fast'} || !$sn) {
my $rstr = <$fh>;
if ($rstr eq '') {
return &$main::remote_error_handler(
"Error reading response length from fastrpc.cgi : $!")
"Error reading response length from fastrpc.cgi : $!");
}
my $rlen = int($rstr);
my ($fromstr, $got);