aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-04-15 17:40:04 +0000
committerJustin Clarke Casey2009-04-15 17:40:04 +0000
commitfa9b9126ee85fd1124634dae41c8ac58ba4fe70f (patch)
tree80c9b16f54ce909e1a765e6eeabe634ee9a57d48 /OpenSim/Region/Framework/Scenes/Scene.cs
parentAnother cleanup: Region_Status renamed to RegionStatus, and a usage comment a... (diff)
downloadopensim-SC_OLD-fa9b9126ee85fd1124634dae41c8ac58ba4fe70f.zip
opensim-SC_OLD-fa9b9126ee85fd1124634dae41c8ac58ba4fe70f.tar.gz
opensim-SC_OLD-fa9b9126ee85fd1124634dae41c8ac58ba4fe70f.tar.bz2
opensim-SC_OLD-fa9b9126ee85fd1124634dae41c8ac58ba4fe70f.tar.xz
* Resolve unit test failure introduced in r9148 (probably)
* Have the test scene always return success for session id authentication for now
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index b650b79..2ed384f 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -213,7 +213,6 @@ namespace OpenSim.Region.Framework.Scenes
213 PhysicsScene.OnJointDeactivated += jointDeactivated; 213 PhysicsScene.OnJointDeactivated += jointDeactivated;
214 PhysicsScene.OnJointErrorMessage += jointErrorMessage; 214 PhysicsScene.OnJointErrorMessage += jointErrorMessage;
215 } 215 }
216
217 } 216 }
218 } 217 }
219 218