diff options
author | Melanie Thielker | 2009-05-12 14:59:11 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-12 14:59:11 +0000 |
commit | 1b7d0a6c93eb4a056d39b9cc708283086f8e8bf8 (patch) | |
tree | def2701b4586ed0f922214f4ff36265b4d20062d /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |
parent | fixing SocketException when IP address cannot be resolved (diff) | |
download | opensim-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 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
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 | { |