diff options
| -rw-r--r-- | indra/llmessage/llassetstorage.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llassetstorage.cpp b/indra/llmessage/llassetstorage.cpp index 2f489608e7..911e073fb6 100644 --- a/indra/llmessage/llassetstorage.cpp +++ b/indra/llmessage/llassetstorage.cpp @@ -142,9 +142,9 @@ LLAssetRequest::LLAssetRequest(const LLUUID &uuid, const LLAssetType::EType type  	mHost(),  	mIsTemp( FALSE ),  	mIsLocal(FALSE), -	mIsPriority(FALSE),  	mIsUserWaiting(FALSE),  	mTimeout(LL_ASSET_STORAGE_TIMEOUT), +	mIsPriority(FALSE),  	mDataSentInFirstPacket(FALSE),  	mDataIsInVFS( FALSE )  {  | 
