diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs index 42266ce..18a0baf 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs | |||
@@ -45,7 +45,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
45 | public class RestAppearanceServices : IRest | 45 | public class RestAppearanceServices : IRest |
46 | { | 46 | { |
47 | private static readonly int PARM_USERID = 0; | 47 | private static readonly int PARM_USERID = 0; |
48 | private static readonly int PARM_PATH = 1; | 48 | //private static readonly int PARM_PATH = 1; |
49 | 49 | ||
50 | private bool enabled = false; | 50 | private bool enabled = false; |
51 | private string qPrefix = "appearance"; | 51 | private string qPrefix = "appearance"; |
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 | |||
253 | 253 | ||
254 | LLSDMap responseMap = new LLSDMap(); | 254 | LLSDMap responseMap = new LLSDMap(); |
255 | string rezHttpProtocol = "http://"; | 255 | string rezHttpProtocol = "http://"; |
256 | string regionCapsHttpProtocol = "http://"; | 256 | //string regionCapsHttpProtocol = "http://"; |
257 | string httpaddr = reg.ExternalHostName; | 257 | string httpaddr = reg.ExternalHostName; |
258 | string urlport = reg.HttpPort.ToString(); | 258 | string urlport = reg.HttpPort.ToString(); |
259 | string requestpath = "/agent/" + UUID.Zero + "/rez_avatar/request"; | 259 | string requestpath = "/agent/" + UUID.Zero + "/rez_avatar/request"; |
@@ -261,7 +261,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid | |||
261 | if (httpSSL) | 261 | if (httpSSL) |
262 | { | 262 | { |
263 | rezHttpProtocol = "https://"; | 263 | rezHttpProtocol = "https://"; |
264 | regionCapsHttpProtocol = "https://"; | 264 | //regionCapsHttpProtocol = "https://"; |
265 | urlport = httpsslport.ToString(); | 265 | urlport = httpsslport.ToString(); |
266 | 266 | ||
267 | if (httpsCN.Length > 0) | 267 | if (httpsCN.Length > 0) |