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 5ffa890..e26a6f2 100644
--- a/OpenSim/Framework/Watchdog.cs
+++ b/OpenSim/Framework/Watchdog.cs
@@ -226,7 +226,7 @@ namespace OpenSim.Framework
226 226
227 lock (m_threads) 227 lock (m_threads)
228 { 228 {
229 int now = Environment.TickCount & Int32.MaxValue; 229 int now = Environment.TickCount;
230 230
231 foreach (ThreadWatchdogInfo threadInfo in m_threads.Values) 231 foreach (ThreadWatchdogInfo threadInfo in m_threads.Values)
232 { 232 {
@@ -252,4 +252,4 @@ namespace OpenSim.Framework
252 m_watchdogTimer.Start(); 252 m_watchdogTimer.Start();
253 } 253 }
254 } 254 }
255} \ No newline at end of file 255}