From: Alan Webb <alan_webb@us.ibm.com>

- Fix typographical error in RPC response.
- Remove obsolete commentary.
0.6.6-post-fixes
Dr Scofield 2009-05-22 15:21:49 +00:00
parent 55442f3644
commit 6626937e9a
2 changed files with 1 additions and 6 deletions

View File

@ -2347,8 +2347,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
s.RegionInfo.EstateSettings.EstateAccess = acl.ToArray();
}
responseData["added"] = remk;
responseData["removed"] = remk;
}
catch (Exception e)

View File

@ -260,10 +260,6 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
// Note that inventory retrieval is an asynchronous event, we use the rdata
// class instance as the basis for our synchronization.
//
// TODO
// If something went wrong in inventory processing the thread could stall here
// indefinitely. There should be a watchdog timer to fail the request if the
// response is not received in a timely fashion.
rdata.uuid = rdata.userProfile.ID;