diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs index 0e3cd6b..b90df17 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs | |||
@@ -347,6 +347,8 @@ namespace OpenSim.Region.ClientStack.Linden | |||
347 | { | 347 | { |
348 | while (true) | 348 | while (true) |
349 | { | 349 | { |
350 | Watchdog.UpdateThread(); | ||
351 | |||
350 | aPollRequest poolreq = m_queue.Dequeue(); | 352 | aPollRequest poolreq = m_queue.Dequeue(); |
351 | 353 | ||
352 | poolreq.thepoll.Process(poolreq); | 354 | poolreq.thepoll.Process(poolreq); |