diff options
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/RestPlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs index 3679a9f..fd23384 100644 --- a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs +++ b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs | |||
@@ -240,8 +240,8 @@ namespace OpenSim.ApplicationPlugins.Rest | |||
240 | // the key lookup in Configs failed, which signals to | 240 | // the key lookup in Configs failed, which signals to |
241 | // us that noone is interested in our services...they | 241 | // us that noone is interested in our services...they |
242 | // don't know what they are missing out on... | 242 | // don't know what they are missing out on... |
243 | // NOTE: Under the present OpenSim implementation it is | 243 | // NOTE: Under the present OpenSimulator implementation it is |
244 | // not possible for the openSim pointer to be null. However | 244 | // not possible for the openSimulator pointer to be null. However |
245 | // were the implementation to be changed, this could | 245 | // were the implementation to be changed, this could |
246 | // result in a silent initialization failure. Harmless | 246 | // result in a silent initialization failure. Harmless |
247 | // except for lack of function and lack of any | 247 | // except for lack of function and lack of any |