1
0
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:
Daniel Stenberg 2004-02-26 22:56:32 +00:00
parent 3430ce7907
commit 1ceb77b4dc

View File

@ -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;