fix OS2 build bustage
git-svn-id: svn://10.0.0.236/trunk@73646 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1cf39227e9
commit
3ffd988c06
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user