Commit 1ceb77b4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

we need to hide this warning since it otherwise appears on all verifiedserver

requests to the ftp server!
parent 3430ce79
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -103,7 +103,9 @@ sub loadtest {
    }
    else {
        # failure
        if($warning) {
            print STDERR "file $file wouldn't open!\n";
        }
        return 1;
    }
    return 0;