diff options
Diffstat (limited to 'OpenSim/Framework/Watchdog.cs')
-rw-r--r-- | OpenSim/Framework/Watchdog.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Watchdog.cs b/OpenSim/Framework/Watchdog.cs index 7552cd1..68bf477 100644 --- a/OpenSim/Framework/Watchdog.cs +++ b/OpenSim/Framework/Watchdog.cs | |||
@@ -272,7 +272,7 @@ namespace OpenSim.Framework | |||
272 | 272 | ||
273 | lock (m_threads) | 273 | lock (m_threads) |
274 | { | 274 | { |
275 | int now = Environment.TickCount & Int32.MaxValue; | 275 | int now = Environment.TickCount; |
276 | 276 | ||
277 | foreach (ThreadWatchdogInfo threadInfo in m_threads.Values) | 277 | foreach (ThreadWatchdogInfo threadInfo in m_threads.Values) |
278 | { | 278 | { |
@@ -308,4 +308,4 @@ namespace OpenSim.Framework | |||
308 | m_watchdogTimer.Start(); | 308 | m_watchdogTimer.Start(); |
309 | } | 309 | } |
310 | } | 310 | } |
311 | } \ No newline at end of file | 311 | } |