From e755727a0ff4af37f5cbd074800a15144707b4a7 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sun, 20 Apr 2008 18:45:03 +0000 Subject: * Change lazy user inventory creation on first login to synchronous rather than async. * Add more error checking so that we don't proceed if there has been a problem with inventory retrieval --- OpenSim/Framework/Communications/InventoryServiceBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Communications/InventoryServiceBase.cs') diff --git a/OpenSim/Framework/Communications/InventoryServiceBase.cs b/OpenSim/Framework/Communications/InventoryServiceBase.cs index aedf4b3..d4e7539 100644 --- a/OpenSim/Framework/Communications/InventoryServiceBase.cs +++ b/OpenSim/Framework/Communications/InventoryServiceBase.cs @@ -83,7 +83,7 @@ namespace OpenSim.Framework.Communications InventoryFolderBase rootFolder = RequestRootFolder(userId); - // Agent is completely new and has no inventory structure yet. + // Agent has no inventory structure yet. if (null == rootFolder) { return null; -- cgit v1.1