diff options
author | Justin Clarke Casey | 2008-04-20 18:45:03 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-04-20 18:45:03 +0000 |
commit | e755727a0ff4af37f5cbd074800a15144707b4a7 (patch) | |
tree | fa64516b34378bb288ade4c2c8c8bc41e7985b61 /OpenSim/Framework | |
parent | * On grid mode, if the inventory service is responding but returning an empty... (diff) | |
download | opensim-SC_OLD-e755727a0ff4af37f5cbd074800a15144707b4a7.zip opensim-SC_OLD-e755727a0ff4af37f5cbd074800a15144707b4a7.tar.gz opensim-SC_OLD-e755727a0ff4af37f5cbd074800a15144707b4a7.tar.bz2 opensim-SC_OLD-e755727a0ff4af37f5cbd074800a15144707b4a7.tar.xz |
* 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
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/InventoryServiceBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
83 | 83 | ||
84 | InventoryFolderBase rootFolder = RequestRootFolder(userId); | 84 | InventoryFolderBase rootFolder = RequestRootFolder(userId); |
85 | 85 | ||
86 | // Agent is completely new and has no inventory structure yet. | 86 | // Agent has no inventory structure yet. |
87 | if (null == rootFolder) | 87 | if (null == rootFolder) |
88 | { | 88 | { |
89 | return null; | 89 | return null; |