* 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 :)0.6.0-stable
parent
e518fe5d34
commit
7eb3b5a578
|
@ -45,7 +45,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
|
||||||
public class RestAppearanceServices : IRest
|
public class RestAppearanceServices : IRest
|
||||||
{
|
{
|
||||||
private static readonly int PARM_USERID = 0;
|
private static readonly int PARM_USERID = 0;
|
||||||
private static readonly int PARM_PATH = 1;
|
//private static readonly int PARM_PATH = 1;
|
||||||
|
|
||||||
private bool enabled = false;
|
private bool enabled = false;
|
||||||
private string qPrefix = "appearance";
|
private string qPrefix = "appearance";
|
||||||
|
|
|
@ -253,7 +253,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid
|
||||||
|
|
||||||
LLSDMap responseMap = new LLSDMap();
|
LLSDMap responseMap = new LLSDMap();
|
||||||
string rezHttpProtocol = "http://";
|
string rezHttpProtocol = "http://";
|
||||||
string regionCapsHttpProtocol = "http://";
|
//string regionCapsHttpProtocol = "http://";
|
||||||
string httpaddr = reg.ExternalHostName;
|
string httpaddr = reg.ExternalHostName;
|
||||||
string urlport = reg.HttpPort.ToString();
|
string urlport = reg.HttpPort.ToString();
|
||||||
string requestpath = "/agent/" + UUID.Zero + "/rez_avatar/request";
|
string requestpath = "/agent/" + UUID.Zero + "/rez_avatar/request";
|
||||||
|
@ -261,7 +261,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid
|
||||||
if (httpSSL)
|
if (httpSSL)
|
||||||
{
|
{
|
||||||
rezHttpProtocol = "https://";
|
rezHttpProtocol = "https://";
|
||||||
regionCapsHttpProtocol = "https://";
|
//regionCapsHttpProtocol = "https://";
|
||||||
urlport = httpsslport.ToString();
|
urlport = httpsslport.ToString();
|
||||||
|
|
||||||
if (httpsCN.Length > 0)
|
if (httpsCN.Length > 0)
|
||||||
|
|
Loading…
Reference in New Issue