diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs index 58094d3..552c51e 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | |||
@@ -713,7 +713,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
713 | scene.Name, | 713 | scene.Name, |
714 | StatType.Pull, | 714 | StatType.Pull, |
715 | MeasuresOfInterest.AverageChangeOverTime, | 715 | MeasuresOfInterest.AverageChangeOverTime, |
716 | stat => stat.Value = packetInbox.Count, | 716 | stat => {try{stat.Value = packetInbox.Count;}catch{}}, |
717 | StatVerbosity.Debug)); | 717 | StatVerbosity.Debug)); |
718 | 718 | ||
719 | // XXX: These stats are also pool stats but we register them separately since they are currently not | 719 | // XXX: These stats are also pool stats but we register them separately since they are currently not |