aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--linden/indra/newview/llinventorymodel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llinventorymodel.cpp b/linden/indra/newview/llinventorymodel.cpp
index e662058..324e36a 100644
--- a/linden/indra/newview/llinventorymodel.cpp
+++ b/linden/indra/newview/llinventorymodel.cpp
@@ -1499,6 +1499,8 @@ void LLInventoryModel::stopBackgroundFetch()
1499//static 1499//static
1500void LLInventoryModel::backgroundFetch(void*) 1500void LLInventoryModel::backgroundFetch(void*)
1501{ 1501{
1502 if (gDisconnected)
1503 return;
1502 if (sBackgroundFetchActive && gAgent.getRegion()) 1504 if (sBackgroundFetchActive && gAgent.getRegion())
1503 { 1505 {
1504 //If we'll be using the capability, we'll be sending batches and the background thing isn't as important. 1506 //If we'll be using the capability, we'll be sending batches and the background thing isn't as important.