Module: wine Branch: master Commit: a57c91ed39d6e1d7c47d050fad5ac3320091bd6a URL: http://source.winehq.org/git/wine.git/?a=commit;h=a57c91ed39d6e1d7c47d050fad... Author: Daniel Lehman <dlehman(a)esri.com> Date: Mon Apr 6 17:38:16 2015 -0700 wininet: Trace loaded proxy settings. --- dlls/wininet/internet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/wininet/internet.c b/dlls/wininet/internet.c index 7eddb2c..74f44b0 100644 --- a/dlls/wininet/internet.c +++ b/dlls/wininet/internet.c @@ -748,7 +748,7 @@ static BOOL INTERNET_ConfigureProxy( appinfo_t *lpwai ) if (wpi.proxyEnabled) { - TRACE("http proxy = %s bypass = %s\n", debugstr_w(lpwai->proxy), debugstr_w(lpwai->proxyBypass)); + TRACE("http proxy = %s bypass = %s\n", debugstr_w(wpi.proxy), debugstr_w(wpi.proxyBypass)); lpwai->accessType = INTERNET_OPEN_TYPE_PROXY; lpwai->proxy = wpi.proxy;