diff options
author | sacha | 2010-08-06 14:38:11 +0000 |
---|---|---|
committer | sacha | 2010-08-06 14:38:11 +0000 |
commit | a390541e1c114db419d9a2eb1ac576a582c35e67 (patch) | |
tree | 8651f9e916ce755175fe4fa00c1d91ddd1cd4a18 /OpenSim/Server | |
parent | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca... (diff) | |
download | opensim-SC_OLD-a390541e1c114db419d9a2eb1ac576a582c35e67.zip opensim-SC_OLD-a390541e1c114db419d9a2eb1ac576a582c35e67.tar.gz opensim-SC_OLD-a390541e1c114db419d9a2eb1ac576a582c35e67.tar.bz2 opensim-SC_OLD-a390541e1c114db419d9a2eb1ac576a582c35e67.tar.xz |
Allowing the expected purge trash folder...
Please validate !!!
Diffstat (limited to 'OpenSim/Server')
-rw-r--r-- | OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs b/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs index ac6a3ab..e3d30e5 100644 --- a/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs +++ b/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs | |||
@@ -408,6 +408,7 @@ namespace OpenSim.Server.Handlers.Asset | |||
408 | 408 | ||
409 | byte[] HandlePurgeFolder(Dictionary<string,object> request) | 409 | byte[] HandlePurgeFolder(Dictionary<string,object> request) |
410 | { | 410 | { |
411 | |||
411 | Dictionary<string,object> result = new Dictionary<string,object>(); | 412 | Dictionary<string,object> result = new Dictionary<string,object>(); |
412 | UUID folderID = UUID.Zero; | 413 | UUID folderID = UUID.Zero; |
413 | UUID.TryParse(request["ID"].ToString(), out folderID); | 414 | UUID.TryParse(request["ID"].ToString(), out folderID); |