* minor: don't need to null check config source in clientstack settings since this is always non null
parent
a88e850ccf
commit
6ea24799dd
|
@ -149,7 +149,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
AssetCache assetCache, AgentCircuitManager circuitManager)
|
AssetCache assetCache, AgentCircuitManager circuitManager)
|
||||||
{
|
{
|
||||||
// XXX Temporary until we start unpacking the config source
|
// XXX Temporary until we start unpacking the config source
|
||||||
// TODO: Don't forget to account for the null possibility
|
|
||||||
ClientStackUserSettings userSettings = new ClientStackUserSettings();
|
ClientStackUserSettings userSettings = new ClientStackUserSettings();
|
||||||
|
|
||||||
proxyPortOffset = proxyPortOffsetParm;
|
proxyPortOffset = proxyPortOffsetParm;
|
||||||
|
|
|
@ -84,7 +84,6 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Concierge
|
||||||
_log.InfoFormat("[Concierge] module disabled by OpenSim.ini configuration");
|
_log.InfoFormat("[Concierge] module disabled by OpenSim.ini configuration");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (Exception)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue