aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest
diff options
context:
space:
mode:
authorMW2009-07-10 11:03:38 +0000
committerMW2009-07-10 11:03:38 +0000
commit78d7f4696ec58aea95e0c351a38713f1df0bb279 (patch)
treec011e833bb929492587d8de5ab660e650f7e7e72 /OpenSim/ApplicationPlugins/Rest
parentSwitch runprebuild.bat from VS2005 to VS2008. Remove runprebuild2008.bat. (diff)
downloadopensim-SC_OLD-78d7f4696ec58aea95e0c351a38713f1df0bb279.zip
opensim-SC_OLD-78d7f4696ec58aea95e0c351a38713f1df0bb279.tar.gz
opensim-SC_OLD-78d7f4696ec58aea95e0c351a38713f1df0bb279.tar.bz2
opensim-SC_OLD-78d7f4696ec58aea95e0c351a38713f1df0bb279.tar.xz
Now we are past revision 10000, I think its time to start to fix that massive bug that was introduced in revision 1. So here is the first part of that fix.
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/RestPlugin.cs4
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