aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
diff options
context:
space:
mode:
authorUbitUmarov2016-11-19 21:06:42 +0000
committerUbitUmarov2016-11-19 21:06:42 +0000
commit8010413e645e1aaf655008e216c017943a5d8c76 (patch)
tree228bdbdd16adb0b5cb7adb56c33216123ecabe5c /OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
parentREST console v2. This is an incompatible protocol change. It degrades gracefu... (diff)
downloadopensim-SC-8010413e645e1aaf655008e216c017943a5d8c76.zip
opensim-SC-8010413e645e1aaf655008e216c017943a5d8c76.tar.gz
opensim-SC-8010413e645e1aaf655008e216c017943a5d8c76.tar.bz2
opensim-SC-8010413e645e1aaf655008e216c017943a5d8c76.tar.xz
remove some potencial null refs i did add in last days :(
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
index e85cee2..0efa7c5 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
@@ -299,10 +299,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
299 OnQueueEmpty = null; 299 OnQueueEmpty = null;
300 PendingAcks.Clear(); 300 PendingAcks.Clear();
301 NeedAcks.Clear(); 301 NeedAcks.Clear();
302 NeedAcks = null;
303 PendingAcks = null;
304 m_nextPackets = null; 302 m_nextPackets = null;
305 m_packetOutboxes = null;
306 } 303 }
307 304
308 /// <summary> 305 /// <summary>