aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications
diff options
context:
space:
mode:
authorMW2007-07-22 13:41:19 +0000
committerMW2007-07-22 13:41:19 +0000
commit5db16cbd9b062976ff519a41dc756c4aea6c5b02 (patch)
tree31681803ca9574609d4082e73672e396532792ae /OpenSim/Framework/Communications
parentThink I've recovered my deleted files, so hopefully it works now. (diff)
downloadopensim-SC_OLD-5db16cbd9b062976ff519a41dc756c4aea6c5b02.zip
opensim-SC_OLD-5db16cbd9b062976ff519a41dc756c4aea6c5b02.tar.gz
opensim-SC_OLD-5db16cbd9b062976ff519a41dc756c4aea6c5b02.tar.bz2
opensim-SC_OLD-5db16cbd9b062976ff519a41dc756c4aea6c5b02.tar.xz
Couple of small changes
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r--OpenSim/Framework/Communications/Cache/AssetTransactions.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetTransactions.cs b/OpenSim/Framework/Communications/Cache/AssetTransactions.cs
index bb9c069..6741969 100644
--- a/OpenSim/Framework/Communications/Cache/AssetTransactions.cs
+++ b/OpenSim/Framework/Communications/Cache/AssetTransactions.cs
@@ -85,7 +85,7 @@ namespace OpenSim.Framework.Communications.Caches
85 private string m_assetName = ""; 85 private string m_assetName = "";
86 private LLUUID m_folderID; 86 private LLUUID m_folderID;
87 private LLUUID newAssetID; 87 private LLUUID newAssetID;
88 private bool SaveImages; 88 private bool SaveImages = false;
89 private string uploaderPath = ""; 89 private string uploaderPath = "";
90 90
91 // Events 91 // Events
@@ -226,7 +226,7 @@ namespace OpenSim.Framework.Communications.Caches
226 private LLUUID inventoryItemID; 226 private LLUUID inventoryItemID;
227 private string m_assetName = ""; 227 private string m_assetName = "";
228 private LLUUID newAssetID; 228 private LLUUID newAssetID;
229 private bool SaveImages; 229 private bool SaveImages = false;
230 private string uploaderPath = ""; 230 private string uploaderPath = "";
231 231
232 // Events 232 // Events