]> granicus.if.org Git - curl/commitdiff
removed an attempt to write to non-opened LOG introduced with r1.30.
authorGunter Knauf <gk@gknw.de>
Thu, 21 May 2009 14:08:53 +0000 (14:08 +0000)
committerGunter Knauf <gk@gknw.de>
Thu, 21 May 2009 14:08:53 +0000 (14:08 +0000)
tests/testcurl.pl

index 5304420cf68f08a3a16a8fd3b94bdfe974c166f5..78d3abded10051b6d00ec9dc5f0fff153e2e4cb7 100755 (executable)
@@ -666,7 +666,6 @@ if (!$crosscompile || (($extvercmd ne '') && (-x $extvercmd))) {
   while(<F>) {
     s/\r//;
     print;
-    print LOG;
   }
   close(F);
 }