aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/GridService/GridService.cs
diff options
context:
space:
mode:
authorTom2010-08-02 21:56:30 -0700
committerTom2010-08-02 21:56:30 -0700
commitecfea5fa69975b1fa02837cd74139c40b483b339 (patch)
tree92ac0578ec09aa3e5c4f978639ec5a042e2fc7d5 /OpenSim/Services/GridService/GridService.cs
parentCatch meshing error in Meshmerizer (diff)
parentRemove the (wrong) implementation if llPointAt. It never worked on the LL (diff)
downloadopensim-SC-ecfea5fa69975b1fa02837cd74139c40b483b339.zip
opensim-SC-ecfea5fa69975b1fa02837cd74139c40b483b339.tar.gz
opensim-SC-ecfea5fa69975b1fa02837cd74139c40b483b339.tar.bz2
opensim-SC-ecfea5fa69975b1fa02837cd74139c40b483b339.tar.xz
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Services/GridService/GridService.cs')
-rw-r--r--OpenSim/Services/GridService/GridService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/GridService/GridService.cs b/OpenSim/Services/GridService/GridService.cs
index 46d72dc..f49d86d 100644
--- a/OpenSim/Services/GridService/GridService.cs
+++ b/OpenSim/Services/GridService/GridService.cs
@@ -50,7 +50,7 @@ namespace OpenSim.Services.GridService
50 private bool m_DeleteOnUnregister = true; 50 private bool m_DeleteOnUnregister = true;
51 private static GridService m_RootInstance = null; 51 private static GridService m_RootInstance = null;
52 protected IConfigSource m_config; 52 protected IConfigSource m_config;
53 protected HypergridLinker m_HypergridLinker; 53 protected static HypergridLinker m_HypergridLinker;
54 54
55 protected IAuthenticationService m_AuthenticationService = null; 55 protected IAuthenticationService m_AuthenticationService = null;
56 protected bool m_AllowDuplicateNames = false; 56 protected bool m_AllowDuplicateNames = false;