diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-06-08 15:49:11 -0400 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-06-08 15:49:11 -0400 | 
| commit | 9f000e4b348a9598b43070e8caeeb8bdeebefbea (patch) | |
| tree | 20cf03754ea4ece0df1dc3ad9710ca6e6e30bbb2 | |
| parent | 6abcd55b500db0e0cb0fedefeb5583588f20ff8c (diff) | |
SH-3153 FIX
| -rwxr-xr-x[-rw-r--r--] | indra/newview/lltexturefetch.cpp | 3 | 
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"); | 
