Commit 12797a52 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32 Crashreport: use FTP passive mode

parent b409f07d
......@@ -238,7 +238,7 @@ static void check_crashdump(void)
if(Hint)
{
HINTERNET ftp = InternetConnect(Hint, L"crash.videolan.org", INTERNET_DEFAULT_FTP_PORT,
NULL, NULL, INTERNET_SERVICE_FTP, 0, 0);
NULL, NULL, INTERNET_SERVICE_FTP, INTERNET_FLAG_PASSIVE, 0);
if(ftp)
{
SYSTEMTIME now;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment