From 3ffd988c06f6499e6ed9db1409e32bd7e002d4e1 Mon Sep 17 00:00:00 2001 From: "bienvenu%netscape.com" Date: Sun, 2 Jul 2000 23:56:10 +0000 Subject: [PATCH] fix OS2 build bustage git-svn-id: svn://10.0.0.236/trunk@73646 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/protocol/http/src/nsHTTPHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } }