diff options
author | Diva Canto | 2010-02-14 16:57:02 -0800 |
---|---|---|
committer | Diva Canto | 2010-02-14 16:57:02 -0800 |
commit | dc197856727c06b0b06488ab839409831af84865 (patch) | |
tree | 52db90cc6ae1ad2abcb6103fca0129a69bea4716 /OpenSim/Services | |
parent | Implement the methods needed for the login service to populate the friendslist (diff) | |
download | opensim-SC_OLD-dc197856727c06b0b06488ab839409831af84865.zip opensim-SC_OLD-dc197856727c06b0b06488ab839409831af84865.tar.gz opensim-SC_OLD-dc197856727c06b0b06488ab839409831af84865.tar.bz2 opensim-SC_OLD-dc197856727c06b0b06488ab839409831af84865.tar.xz |
Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim can run out-of-the-box. #WaitingForSQLite
Diffstat (limited to 'OpenSim/Services')
-rw-r--r-- | OpenSim/Services/InventoryService/InventoryService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Services/InventoryService/InventoryService.cs b/OpenSim/Services/InventoryService/InventoryService.cs index 781b89b..0d6577e 100644 --- a/OpenSim/Services/InventoryService/InventoryService.cs +++ b/OpenSim/Services/InventoryService/InventoryService.cs | |||
@@ -66,6 +66,7 @@ namespace OpenSim.Services.InventoryService | |||
66 | // Agent has no inventory structure yet. | 66 | // Agent has no inventory structure yet. |
67 | if (null == rootFolder) | 67 | if (null == rootFolder) |
68 | { | 68 | { |
69 | m_log.DebugFormat("[INVENTORY SERVICE]: No root folder"); | ||
69 | return null; | 70 | return null; |
70 | } | 71 | } |
71 | 72 | ||