mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* Fixed SimianGrid map tile uploads not having any objects in the images
This commit is contained in:
@@ -198,6 +198,8 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
||||
if (!String.IsNullOrEmpty(identifier))
|
||||
{
|
||||
// Add/update the md5hash identity
|
||||
// TODO: Support salts when AddIdentity does
|
||||
// TODO: Create an a1hash too for WebDAV logins
|
||||
requestArgs = new NameValueCollection
|
||||
{
|
||||
{ "RequestMethod", "AddIdentity" },
|
||||
|
||||
Reference in New Issue
Block a user