diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2010-05-04 16:49:10 -0600 |
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2010-05-04 16:49:10 -0600 |
| commit | bd8183f3249b760fb51c195579f5c9deef57e84f (patch) | |
| tree | 3111323471191401f8b87e187c35a1d16c406df9 /indra/llcommon/llworkerthread.cpp | |
| parent | 1fa673fa168821698f1f278190f19ad179c2667f (diff) | |
| parent | 402c4cc9032b17df63c2a1a0395815eff9b9f906 (diff) | |
Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public
Diffstat (limited to 'indra/llcommon/llworkerthread.cpp')
| -rw-r--r-- | indra/llcommon/llworkerthread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llworkerthread.cpp b/indra/llcommon/llworkerthread.cpp index 2629237f7e..a29e9a348e 100644 --- a/indra/llcommon/llworkerthread.cpp +++ b/indra/llcommon/llworkerthread.cpp @@ -404,7 +404,7 @@ void LLWorkerClass::scheduleDelete() void LLWorkerClass::setPriority(U32 priority) { mMutex.lock(); - if (mRequestHandle != LLWorkerThread::nullHandle()) + if (mRequestHandle != LLWorkerThread::nullHandle() && mRequestPriority != priority) { mRequestPriority = priority; mWorkerThread->setPriority(mRequestHandle, priority); |
