diff options
Diffstat (limited to '')
-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 0ea7e0a..aa27fdd 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -3279,6 +3279,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3279 | m_needAck.Add(Pack.Header.Sequence, Pack); | 3279 | m_needAck.Add(Pack.Header.Sequence, Pack); |
3280 | m_unAckedBytes += Pack.ToBytes().Length; | 3280 | m_unAckedBytes += Pack.ToBytes().Length; |
3281 | } | 3281 | } |
3282 | //BUG: severity=major - This looks like a framework bug!? | ||
3282 | catch (Exception) // HACKY | 3283 | catch (Exception) // HACKY |
3283 | { | 3284 | { |
3284 | // Ignore | 3285 | // Ignore |