aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/LLLoginService/LLLoginResponse.cs
diff options
context:
space:
mode:
authorRobert Adams2014-09-03 21:21:01 -0700
committerRobert Adams2014-09-03 21:21:01 -0700
commit47ac103df785e63a541fa9752fd4f0cea4947f16 (patch)
tree819709c3d8c58db5d3d3af9b2495c3ceff36cf30 /OpenSim/Services/LLLoginService/LLLoginResponse.cs
parentMerge branch 'master' into bullet-2.82 (diff)
parentFor processing outbound http requests in the XMLRPCModule, start the thread t... (diff)
downloadopensim-SC-47ac103df785e63a541fa9752fd4f0cea4947f16.zip
opensim-SC-47ac103df785e63a541fa9752fd4f0cea4947f16.tar.gz
opensim-SC-47ac103df785e63a541fa9752fd4f0cea4947f16.tar.bz2
opensim-SC-47ac103df785e63a541fa9752fd4f0cea4947f16.tar.xz
Merge branch 'master' into bullet-2.82
Diffstat (limited to 'OpenSim/Services/LLLoginService/LLLoginResponse.cs')
-rw-r--r--OpenSim/Services/LLLoginService/LLLoginResponse.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginResponse.cs b/OpenSim/Services/LLLoginService/LLLoginResponse.cs
index e67ecf0..27376cc 100644
--- a/OpenSim/Services/LLLoginService/LLLoginResponse.cs
+++ b/OpenSim/Services/LLLoginService/LLLoginResponse.cs
@@ -227,7 +227,7 @@ namespace OpenSim.Services.LLLoginService
227 public LLLoginResponse(UserAccount account, AgentCircuitData aCircuit, GridUserInfo pinfo, 227 public LLLoginResponse(UserAccount account, AgentCircuitData aCircuit, GridUserInfo pinfo,
228 GridRegion destination, List<InventoryFolderBase> invSkel, FriendInfo[] friendsList, ILibraryService libService, 228 GridRegion destination, List<InventoryFolderBase> invSkel, FriendInfo[] friendsList, ILibraryService libService,
229 string where, string startlocation, Vector3 position, Vector3 lookAt, List<InventoryItemBase> gestures, string message, 229 string where, string startlocation, Vector3 position, Vector3 lookAt, List<InventoryItemBase> gestures, string message,
230 GridRegion home, IPEndPoint clientIP, string mapTileURL, string profileURL, string openIDURL, string searchURL, string currency, 230 GridRegion home, IPEndPoint clientIP, string mapTileURL, string searchURL, string currency,
231 string DSTZone, string destinationsURL, string avatarsURL, string classifiedFee) 231 string DSTZone, string destinationsURL, string avatarsURL, string classifiedFee)
232 : this() 232 : this()
233 { 233 {