diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | 3 |
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> |