aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-08-20 17:58:02 +0100
committerJustin Clark-Casey (justincc)2010-08-20 17:58:02 +0100
commit86a61696d714f92264528a51486c9dce7840a9bb (patch)
tree5af6cc726c17d663dfe6856785fbce5b13dbd12a /OpenSim
parentSome code cleanup for console command alert. (diff)
downloadopensim-SC_OLD-86a61696d714f92264528a51486c9dce7840a9bb.zip
opensim-SC_OLD-86a61696d714f92264528a51486c9dce7840a9bb.tar.gz
opensim-SC_OLD-86a61696d714f92264528a51486c9dce7840a9bb.tar.bz2
opensim-SC_OLD-86a61696d714f92264528a51486c9dce7840a9bb.tar.xz
minor: remove mono compiler warning
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/InterGrid/OpenGridProtocolModule.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/OpenSim/Region/CoreModules/InterGrid/OpenGridProtocolModule.cs b/OpenSim/Region/CoreModules/InterGrid/OpenGridProtocolModule.cs
index 87a0a8d..fd0e879 100644
--- a/OpenSim/Region/CoreModules/InterGrid/OpenGridProtocolModule.cs
+++ b/OpenSim/Region/CoreModules/InterGrid/OpenGridProtocolModule.cs
@@ -100,7 +100,7 @@ namespace OpenSim.Region.CoreModules.InterGrid
100 bool enabled = false; 100 bool enabled = false;
101 IConfig cfg = null; 101 IConfig cfg = null;
102 IConfig httpcfg = null; 102 IConfig httpcfg = null;
103 IConfig startupcfg = null; 103// IConfig startupcfg = null;
104 try 104 try
105 { 105 {
106 cfg = config.Configs["OpenGridProtocol"]; 106 cfg = config.Configs["OpenGridProtocol"];
@@ -117,14 +117,14 @@ namespace OpenSim.Region.CoreModules.InterGrid
117 { 117 {
118 118
119 } 119 }
120 try 120// try
121 { 121// {
122 startupcfg = config.Configs["Startup"]; 122// startupcfg = config.Configs["Startup"];
123 } 123// }
124 catch (NullReferenceException) 124// catch (NullReferenceException)
125 { 125// {
126 126//
127 } 127// }
128 128
129// if (startupcfg != null) 129// if (startupcfg != null)
130// { 130// {