From: Alan Webb <alan_webb@us.ibm.com>
- Fix typographical error in RPC response. - Remove obsolete commentary.0.6.6-post-fixes
parent
55442f3644
commit
6626937e9a
|
@ -2347,8 +2347,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||||
s.RegionInfo.EstateSettings.EstateAccess = acl.ToArray();
|
s.RegionInfo.EstateSettings.EstateAccess = acl.ToArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
responseData["added"] = remk;
|
responseData["removed"] = remk;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|
|
@ -260,10 +260,6 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
|
||||||
// Note that inventory retrieval is an asynchronous event, we use the rdata
|
// Note that inventory retrieval is an asynchronous event, we use the rdata
|
||||||
// class instance as the basis for our synchronization.
|
// 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;
|
rdata.uuid = rdata.userProfile.ID;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue