summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-06-09 08:20:49 -0400
committerOz Linden <oz@lindenlab.com>2012-06-09 08:20:49 -0400
commitfa1214914dceaac3b7b77987b8ebb598145894fd (patch)
tree4f5a121e6966951f9428b05f2de96aae82561d76 /indra/newview
parent19a4a5fc66ac3cfb97185505fa1024145eab6f97 (diff)
parentc931c74fdb282fe7b730d9da93aa939d7d63b82b (diff)
merge changes for DRTVWR-165
Diffstat (limited to 'indra/newview')
-rwxr-xr-x[-rw-r--r--]indra/newview/lltexturefetch.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp
index e2af497a7d..7e6dfbc9d9 100644..100755
--- a/indra/newview/lltexturefetch.cpp
+++ b/indra/newview/lltexturefetch.cpp
@@ -1860,7 +1860,8 @@ LLTextureFetch::LLTextureFetch(LLTextureCache* cache, LLImageDecodeThread* image
mTotalHTTPRequests(0),
mCurlGetRequest(NULL),
mQAMode(qa_mode),
- mFetchDebugger(NULL)
+ mFetchDebugger(NULL),
+ mFetcherLocked(FALSE)
{
mCurlPOSTRequestCount = 0;
mMaxBandwidth = gSavedSettings.getF32("ThrottleBandwidthKBPS");