mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
minor: remove mono compiler warning
This commit is contained in:
@@ -100,7 +100,7 @@ namespace OpenSim.Region.CoreModules.InterGrid
|
||||
bool enabled = false;
|
||||
IConfig cfg = null;
|
||||
IConfig httpcfg = null;
|
||||
IConfig startupcfg = null;
|
||||
// IConfig startupcfg = null;
|
||||
try
|
||||
{
|
||||
cfg = config.Configs["OpenGridProtocol"];
|
||||
@@ -117,14 +117,14 @@ namespace OpenSim.Region.CoreModules.InterGrid
|
||||
{
|
||||
|
||||
}
|
||||
try
|
||||
{
|
||||
startupcfg = config.Configs["Startup"];
|
||||
}
|
||||
catch (NullReferenceException)
|
||||
{
|
||||
|
||||
}
|
||||
// try
|
||||
// {
|
||||
// startupcfg = config.Configs["Startup"];
|
||||
// }
|
||||
// catch (NullReferenceException)
|
||||
// {
|
||||
//
|
||||
// }
|
||||
|
||||
// if (startupcfg != null)
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user