Conditional to prevent a null ref in tests. The tests may still not pass.
parent
43b7e67288
commit
34d0f119cb
|
@ -698,7 +698,7 @@ namespace OpenSim.Framework.Communications
|
||||||
if (rootfolder != null)
|
if (rootfolder != null)
|
||||||
userProf.RootInventoryFolderID = rootfolder.ID;
|
userProf.RootInventoryFolderID = rootfolder.ID;
|
||||||
}
|
}
|
||||||
else
|
else if (m_commsManager.InterServiceInventoryService != null)
|
||||||
{
|
{
|
||||||
// used by the user server
|
// used by the user server
|
||||||
m_log.Debug("[USERSTORAGE]: using m_commsManager.InterServiceInventoryService to create user's inventory");
|
m_log.Debug("[USERSTORAGE]: using m_commsManager.InterServiceInventoryService to create user's inventory");
|
||||||
|
|
Loading…
Reference in New Issue