fix OS2 build bustage

This commit is contained in:
bienvenu%netscape.com 2000-07-02 23:56:10 +00:00
parent 53edf6e9f7
commit 4d3c8ade88

View File

@ -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;
}
}
}