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 2dd6ebe..fa94109 100644 --- a/OpenSim/Framework/Watchdog.cs +++ b/OpenSim/Framework/Watchdog.cs | |||
@@ -240,7 +240,7 @@ namespace OpenSim.Framework | |||
240 | 240 | ||
241 | lock (m_threads) | 241 | lock (m_threads) |
242 | { | 242 | { |
243 | int now = Environment.TickCount & Int32.MaxValue; | 243 | int now = Environment.TickCount; |
244 | 244 | ||
245 | foreach (ThreadWatchdogInfo threadInfo in m_threads.Values) | 245 | foreach (ThreadWatchdogInfo threadInfo in m_threads.Values) |
246 | { | 246 | { |
@@ -266,4 +266,4 @@ namespace OpenSim.Framework | |||
266 | m_watchdogTimer.Start(); | 266 | m_watchdogTimer.Start(); |
267 | } | 267 | } |
268 | } | 268 | } |
269 | } \ No newline at end of file | 269 | } |