aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Watchdog.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Watchdog.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Watchdog.cs b/OpenSim/Framework/Watchdog.cs
index 8e82f5a..4847675 100644
--- a/OpenSim/Framework/Watchdog.cs
+++ b/OpenSim/Framework/Watchdog.cs
@@ -227,7 +227,7 @@ namespace OpenSim.Framework
227 227
228 lock (m_threads) 228 lock (m_threads)
229 { 229 {
230 int now = Environment.TickCount & Int32.MaxValue; 230 int now = Environment.TickCount;
231 231
232 foreach (ThreadWatchdogInfo threadInfo in m_threads.Values) 232 foreach (ThreadWatchdogInfo threadInfo in m_threads.Values)
233 { 233 {
@@ -253,4 +253,4 @@ namespace OpenSim.Framework
253 m_watchdogTimer.Start(); 253 m_watchdogTimer.Start();
254 } 254 }
255 } 255 }
256} \ No newline at end of file 256}