Windows is weird

This commit is contained in:
James R 2020-03-01 11:46:02 -08:00
parent 32a34cc1b2
commit ceb332e580

View file

@ -103,7 +103,10 @@ HMS_connect (const char *format, ...)
buffer->needle = 0;
if (cv_masterserver_debug.value)
{
curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L);
curl_easy_setopt(curl, CURLOPT_STDERR, logstream);
}
curl_easy_setopt(curl, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);
curl_easy_setopt(curl, CURLOPT_URL, url);
curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L);