diff --git a/mozilla/netwerk/protocol/http/src/nsHTTPHandler.cpp b/mozilla/netwerk/protocol/http/src/nsHTTPHandler.cpp index a32752e502a..56dfcf47406 100644 --- a/mozilla/netwerk/protocol/http/src/nsHTTPHandler.cpp +++ b/mozilla/netwerk/protocol/http/src/nsHTTPHandler.cpp @@ -875,7 +875,7 @@ nsresult nsHTTPHandler::RequestTransport(nsIURI* i_Uri, rv = i_Channel->GetProxyType(getter_Copies(proxyType)); if (NS_SUCCEEDED (rv)) { if (nsCRT::strcasecmp(proxyType, "socks") == 0) { - usingSocksProxy = true; + usingSocksProxy = PR_TRUE; } } }