diff --git a/dlls/wininet/internet.c b/dlls/wininet/internet.c index 79ec790d611..f9e8dead256 100644 --- a/dlls/wininet/internet.c +++ b/dlls/wininet/internet.c @@ -635,6 +635,7 @@ static BOOL INTERNET_ConfigureProxy( appinfo_t *lpwai ) UrlComponents.dwUserNameLength = INTERNET_MAX_USER_NAME_LENGTH; UrlComponents.lpszPassword = password; UrlComponents.dwPasswordLength = INTERNET_MAX_PASSWORD_LENGTH; + UrlComponents.dwUrlPathLength = 0; UrlComponents.dwExtraInfoLength = 0; if(InternetCrackUrlW(wpi.proxy, 0, 0, &UrlComponents))