diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs b/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs index 7f6a292..5fa4637 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs | |||
@@ -205,6 +205,7 @@ namespace OpenMetaverse | |||
205 | if (m_udpBuffersPoolPtr < 999) | 205 | if (m_udpBuffersPoolPtr < 999) |
206 | { | 206 | { |
207 | buf.RemoteEndPoint = null; | 207 | buf.RemoteEndPoint = null; |
208 | buf.DataLength = 0; | ||
208 | m_udpBuffersPoolPtr++; | 209 | m_udpBuffersPoolPtr++; |
209 | m_udpBuffersPool[m_udpBuffersPoolPtr] = buf; | 210 | m_udpBuffersPool[m_udpBuffersPoolPtr] = buf; |
210 | } | 211 | } |