diff --git a/web-lib-funcs.pl b/web-lib-funcs.pl index be22c6097..d31581c6b 100755 --- a/web-lib-funcs.pl +++ b/web-lib-funcs.pl @@ -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);