aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermenufile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewermenufile.cpp')
-rw-r--r--linden/indra/newview/llviewermenufile.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewermenufile.cpp b/linden/indra/newview/llviewermenufile.cpp
index d9d8636..bb84f43 100644
--- a/linden/indra/newview/llviewermenufile.cpp
+++ b/linden/indra/newview/llviewermenufile.cpp
@@ -930,6 +930,11 @@ void upload_new_resource(const LLTransactionID &tid, LLAssetType::EType asset_ty
930 LLAssetStorage::LLStoreAssetCallback callback, 930 LLAssetStorage::LLStoreAssetCallback callback,
931 void *userdata) 931 void *userdata)
932{ 932{
933 if(gDisconnected)
934 {
935 return ;
936 }
937
933 LLAssetID uuid = tid.makeAssetID(gAgent.getSecureSessionID()); 938 LLAssetID uuid = tid.makeAssetID(gAgent.getSecureSessionID());
934 939
935 if( LLAssetType::AT_SOUND == asset_type ) 940 if( LLAssetType::AT_SOUND == asset_type )