mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix inessential semicolon
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user