wininet: Trace loaded proxy settings.
This commit is contained in:
parent
d945234c13
commit
a57c91ed39
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue