aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorMelanie Thielker2009-05-12 14:59:11 +0000
committerMelanie Thielker2009-05-12 14:59:11 +0000
commit1b7d0a6c93eb4a056d39b9cc708283086f8e8bf8 (patch)
treedef2701b4586ed0f922214f4ff36265b4d20062d /OpenSim/Region/ClientStack
parentfixing SocketException when IP address cannot be resolved (diff)
downloadopensim-SC_OLD-1b7d0a6c93eb4a056d39b9cc708283086f8e8bf8.zip
opensim-SC_OLD-1b7d0a6c93eb4a056d39b9cc708283086f8e8bf8.tar.gz
opensim-SC_OLD-1b7d0a6c93eb4a056d39b9cc708283086f8e8bf8.tar.bz2
opensim-SC_OLD-1b7d0a6c93eb4a056d39b9cc708283086f8e8bf8.tar.xz
Paving the way for syncing group permissions across a grid
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index a157df5..72cb5c8 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -10512,7 +10512,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
10512 10512
10513 #endregion 10513 #endregion
10514 10514
10515 private void RefreshGroupMembership() 10515 public void RefreshGroupMembership()
10516 { 10516 {
10517 if (m_GroupsModule != null) 10517 if (m_GroupsModule != null)
10518 { 10518 {