mirror of
https://github.com/curl/curl.git
synced 2026-05-30 20:38:23 +03:00
we need to hide this warning since it otherwise appears on all verifiedserver
requests to the ftp server!
This commit is contained in:
parent
3430ce7907
commit
1ceb77b4dc
1 changed files with 3 additions and 1 deletions
|
|
@ -103,7 +103,9 @@ sub loadtest {
|
|||
}
|
||||
else {
|
||||
# failure
|
||||
print STDERR "file $file wouldn't open!\n";
|
||||
if($warning) {
|
||||
print STDERR "file $file wouldn't open!\n";
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue