diff --git a/netwerk/protocol/http/src/nsHTTPHandler.cpp b/netwerk/protocol/http/src/nsHTTPHandler.cpp index a32752e502ab..56dfcf474064 100644 --- a/netwerk/protocol/http/src/nsHTTPHandler.cpp +++ b/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; } } }