Merge branch 'master' of github.com:webmin/webmin

This commit is contained in:
Jamie Cameron
2026-01-07 21:39:48 -08:00

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);