cryptnet: Respect proxy settings.

Hans Leidekker hans at codeweavers.com
Thu Oct 13 03:14:16 CDT 2011


---
 dlls/cryptnet/cryptnet_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c
index 6464908..e7f9f46 100644
--- a/dlls/cryptnet/cryptnet_main.c
+++ b/dlls/cryptnet/cryptnet_main.c
@@ -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)
     {
-- 
1.7.5.4






More information about the wine-patches mailing list