From 7eb3b5a578065dbab49e3b61f058402ea9336ca9 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 19 Sep 2008 20:39:30 +0000 Subject: * minor: eliminate the current warnings * you'd think from all this that I was one of those fanatically tidy people. I can assure you from looking around my bedroom/study that this is not the case :) --- .../Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs') diff --git a/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs b/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs index 0462427..2df129b 100644 --- a/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs +++ b/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs @@ -253,7 +253,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid LLSDMap responseMap = new LLSDMap(); string rezHttpProtocol = "http://"; - string regionCapsHttpProtocol = "http://"; + //string regionCapsHttpProtocol = "http://"; string httpaddr = reg.ExternalHostName; string urlport = reg.HttpPort.ToString(); string requestpath = "/agent/" + UUID.Zero + "/rez_avatar/request"; @@ -261,7 +261,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid if (httpSSL) { rezHttpProtocol = "https://"; - regionCapsHttpProtocol = "https://"; + //regionCapsHttpProtocol = "https://"; urlport = httpsslport.ToString(); if (httpsCN.Length > 0) -- cgit v1.1