* Fixed SimianGrid map tile uploads not having any objects in the images

This commit is contained in:
John Hurliman
2010-06-22 16:09:30 -07:00
parent 905e5cd991
commit 1e1485de5b
2 changed files with 30 additions and 4 deletions

View File

@@ -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" },