aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
index 35c6de9..ba9e5b1 100644
--- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
+++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
@@ -247,10 +247,8 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
247 /// The only parameter we recognize is a UUID. The enclosed asset data (base-64 encoded) 247 /// The only parameter we recognize is a UUID. The enclosed asset data (base-64 encoded)
248 /// is decoded and stored in the database, identified by the supplied UUID. 248 /// is decoded and stored in the database, identified by the supplied UUID.
249 /// </summary> 249 /// </summary>
250
251 private void DoPut(AssetRequestData rdata) 250 private void DoPut(AssetRequestData rdata)
252 { 251 {
253
254 bool modified = false; 252 bool modified = false;
255 bool created = false; 253 bool created = false;
256 254