aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermenufile.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-12 23:24:52 -0600
committerJacek Antonelli2008-12-12 23:25:00 -0600
commitd1345838c6e36c35dbe3a6b683eb8ffe274b024a (patch)
tree5e727fcabbd5cf0337c11192bfe4db6191c7b044 /linden/indra/newview/llviewermenufile.cpp
parentSecond Life viewer sources 1.22.2-RC (diff)
downloadmeta-impy-d1345838c6e36c35dbe3a6b683eb8ffe274b024a.zip
meta-impy-d1345838c6e36c35dbe3a6b683eb8ffe274b024a.tar.gz
meta-impy-d1345838c6e36c35dbe3a6b683eb8ffe274b024a.tar.bz2
meta-impy-d1345838c6e36c35dbe3a6b683eb8ffe274b024a.tar.xz
Second Life viewer sources 1.22.3-RC
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 )