* 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:
Justin Clarke Casey
2008-09-19 20:39:30 +00:00
parent e518fe5d34
commit 7eb3b5a578
2 changed files with 3 additions and 3 deletions

View File

@@ -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)