mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST calls
This commit is contained in:
@@ -129,7 +129,7 @@ namespace OpenSim.Grid.UserServer
|
||||
tempMD5Passwd = Util.Md5Hash(Util.Md5Hash(tempMD5Passwd) + ":" + "");
|
||||
|
||||
LLUUID userID = m_userManager.AddUserProfile(tempfirstname, templastname, tempMD5Passwd, regX, regY);
|
||||
RestObjectPoster.BeginPostObject<LLUUID>(m_userManager._config.InventoryUrl + "CreateInventory/", userID);
|
||||
RestObjectPoster.BeginPostObject<Guid>(m_userManager._config.InventoryUrl + "CreateInventory/", userID.UUID);
|
||||
m_lastCreatedUser = userID;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user