aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserLoginService.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Grid/UserServer/UserLoginService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs
index 60408ff..1a97cd2 100644
--- a/OpenSim/Grid/UserServer/UserLoginService.cs
+++ b/OpenSim/Grid/UserServer/UserLoginService.cs
@@ -342,7 +342,7 @@ namespace OpenSim.Grid.UserServer
342 " for user ID " + userID); 342 " for user ID " + userID);
343 343
344 AgentInventory userInventory = new AgentInventory(); 344 AgentInventory userInventory = new AgentInventory();
345 userInventory.CreateRootFolder(userID, false); 345 userInventory.CreateRootFolder(userID);
346 346
347 ArrayList AgentInventoryArray = new ArrayList(); 347 ArrayList AgentInventoryArray = new ArrayList();
348 Hashtable TempHash; 348 Hashtable TempHash;