diff options
author | Justin Clarke Casey | 2008-12-17 19:12:56 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-17 19:12:56 +0000 |
commit | 2108d328df70c2156efecbd2211c8212843f62ff (patch) | |
tree | abe7489aed3379286466fd6229648c38144a6c31 /OpenSim/Region/ClientStack | |
parent | Change the PacketQueue to use the stored size as well (diff) | |
download | opensim-SC_OLD-2108d328df70c2156efecbd2211c8212843f62ff.zip opensim-SC_OLD-2108d328df70c2156efecbd2211c8212843f62ff.tar.gz opensim-SC_OLD-2108d328df70c2156efecbd2211c8212843f62ff.tar.bz2 opensim-SC_OLD-2108d328df70c2156efecbd2211c8212843f62ff.tar.xz |
* revert r7724 so that PresenceChildStatus() starts throwing NRE's again
* apparantly logout code relies on this happening in certain circumstances. Really, the root issue needs to be investigated.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index e34c8ec..9d6e3af 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -333,6 +333,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
333 | 333 | ||
334 | if (m_groupPowers.ContainsKey(groupID)) | 334 | if (m_groupPowers.ContainsKey(groupID)) |
335 | return m_groupPowers[groupID]; | 335 | return m_groupPowers[groupID]; |
336 | |||
336 | return 0; | 337 | return 0; |
337 | } | 338 | } |
338 | 339 | ||