mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
removed an attempt to write to non-opened LOG introduced with r1.30.
This commit is contained in:
parent
e37b1b0623
commit
b8b6521659
@ -666,7 +666,6 @@ if (!$crosscompile || (($extvercmd ne '') && (-x $extvercmd))) {
|
||||
while(<F>) {
|
||||
s/\r//;
|
||||
print;
|
||||
print LOG;
|
||||
}
|
||||
close(F);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user