mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fix incorrect file handle
This commit is contained in:
@@ -82,7 +82,7 @@ if ($config{'cal_max'}) {
|
||||
open($fh3, "tail -$left $f->[0] |");
|
||||
}
|
||||
while(<$fh3>) {
|
||||
print CAL $_;
|
||||
print $fh2 $_;
|
||||
$lnum++;
|
||||
}
|
||||
close($fh3);
|
||||
|
||||
Reference in New Issue
Block a user