mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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
@ -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…
Reference in New Issue
Block a user