aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserLoginService.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-28 16:27:29 +0000
committerJustin Clarke Casey2008-03-28 16:27:29 +0000
commit512e52be4cd0c942105ef5bec71ac8b78ffe02c1 (patch)
tree4d82df98acfbdc26da0433a2f4a456d41203fc8e /OpenSim/Grid/UserServer/UserLoginService.cs
parentfixes mantis #778 and shoots himself for making such a mistake to begin with,... (diff)
downloadopensim-SC_OLD-512e52be4cd0c942105ef5bec71ac8b78ffe02c1.zip
opensim-SC_OLD-512e52be4cd0c942105ef5bec71ac8b78ffe02c1.tar.gz
opensim-SC_OLD-512e52be4cd0c942105ef5bec71ac8b78ffe02c1.tar.bz2
opensim-SC_OLD-512e52be4cd0c942105ef5bec71ac8b78ffe02c1.tar.xz
* Remove pointless boolean on AgentInventory.CreateRootFolder()
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;