Merged with origin, and resolved one conflict in LoginServiceTests.cs

This commit is contained in:
Diva Canto
2009-08-11 10:51:49 -07:00
17 changed files with 496 additions and 152 deletions

View File

@@ -698,7 +698,7 @@ namespace OpenSim.Framework.Communications
if (rootfolder != null)
userProf.RootInventoryFolderID = rootfolder.ID;
}
else if (m_commsManager.InterServiceInventoryService != null)
else
{
// used by the user server
m_log.Debug("[USERSTORAGE]: using m_commsManager.InterServiceInventoryService to create user's inventory");