mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* 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 :)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user