cryptnet: Respect proxy settings.

oldstable
Hans Leidekker 2011-10-13 10:14:16 +02:00 committed by Alexandre Julliard
parent aacbc7e2b7
commit a552a7a9f5
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ static BOOL CRYPT_Connect(const URL_COMPONENTSW *components,
components->nPort, context, pCredentials, phInt, phInt);
*phHost = NULL;
*phInt = InternetOpenW(NULL, INTERNET_OPEN_TYPE_DIRECT, NULL, NULL,
*phInt = InternetOpenW(NULL, INTERNET_OPEN_TYPE_PRECONFIG, NULL, NULL,
context ? INTERNET_FLAG_ASYNC : 0);
if (*phInt)
{