diff options
author | Sean Dague | 2007-11-29 20:20:11 +0000 |
---|---|---|
committer | Sean Dague | 2007-11-29 20:20:11 +0000 |
commit | d3ab5ad506477bb7dbcff61893afc91aef931158 (patch) | |
tree | 2e3e94198f6f41d5b913036026227de56b31f26d /OpenSim/Framework/Communications/LoginService.cs | |
parent | return an appropriate inv_lib_root, which the libsl folks have (diff) | |
download | opensim-SC_OLD-d3ab5ad506477bb7dbcff61893afc91aef931158.zip opensim-SC_OLD-d3ab5ad506477bb7dbcff61893afc91aef931158.tar.gz opensim-SC_OLD-d3ab5ad506477bb7dbcff61893afc91aef931158.tar.bz2 opensim-SC_OLD-d3ab5ad506477bb7dbcff61893afc91aef931158.tar.xz |
revert r2510, this seems to break normal logins, at least from
Linux clients.
Diffstat (limited to 'OpenSim/Framework/Communications/LoginService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index 239bada..118668c 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs | |||
@@ -130,13 +130,6 @@ namespace OpenSim.Framework.UserManagement | |||
130 | logResponse.InventoryRoot = InventoryRoot; | 130 | logResponse.InventoryRoot = InventoryRoot; |
131 | logResponse.InventorySkeleton = AgentInventoryArray; | 131 | logResponse.InventorySkeleton = AgentInventoryArray; |
132 | logResponse.InventoryLibrary = GetInventoryLibrary(); | 132 | logResponse.InventoryLibrary = GetInventoryLibrary(); |
133 | |||
134 | Hashtable InventoryLibRootHash = new Hashtable(); | ||
135 | InventoryLibRootHash["folder_id"] = "00000112-000f-0000-0000-000100bba000"; | ||
136 | ArrayList InventoryLibRoot = new ArrayList(); | ||
137 | InventoryLibRoot.Add(InventoryLibRootHash); | ||
138 | logResponse.InventoryLibRoot = InventoryLibRoot; | ||
139 | |||
140 | logResponse.InventoryLibraryOwner = GetLibraryOwner(); | 133 | logResponse.InventoryLibraryOwner = GetLibraryOwner(); |
141 | logResponse.CircuitCode = (Int32)circode; | 134 | logResponse.CircuitCode = (Int32)circode; |
142 | //logResponse.RegionX = 0; //overwritten | 135 | //logResponse.RegionX = 0; //overwritten |