aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Watchdog.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Watchdog.cs')
-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 e93e50e..881b6aa 100644
--- a/OpenSim/Framework/Watchdog.cs
+++ b/OpenSim/Framework/Watchdog.cs
@@ -266,7 +266,7 @@ namespace OpenSim.Framework
266 266
267 lock (m_threads) 267 lock (m_threads)
268 { 268 {
269 int now = Environment.TickCount & Int32.MaxValue; 269 int now = Environment.TickCount;
270 270
271 foreach (ThreadWatchdogInfo threadInfo in m_threads.Values) 271 foreach (ThreadWatchdogInfo threadInfo in m_threads.Values)
272 { 272 {
@@ -302,4 +302,4 @@ namespace OpenSim.Framework
302 m_watchdogTimer.Start(); 302 m_watchdogTimer.Start();
303 } 303 }
304 } 304 }
305} \ No newline at end of file 305}