aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services
diff options
context:
space:
mode:
authormeta72010-08-09 23:36:59 -0700
committermeta72010-08-09 23:36:59 -0700
commit912bfba20c50cbe2449bbcf7a53fc800a09efdfb (patch)
tree91d52aa0e81460ba39291920f329147b9ea2ede6 /OpenSim/Services
parentAdd a DebuggerSafe option to the ini to help with debugging in visual studio.... (diff)
parentChange prejump from hardcoded true to default true so it can be disabled. (diff)
downloadopensim-SC-912bfba20c50cbe2449bbcf7a53fc800a09efdfb.zip
opensim-SC-912bfba20c50cbe2449bbcf7a53fc800a09efdfb.tar.gz
opensim-SC-912bfba20c50cbe2449bbcf7a53fc800a09efdfb.tar.bz2
opensim-SC-912bfba20c50cbe2449bbcf7a53fc800a09efdfb.tar.xz
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Services')
-rw-r--r--OpenSim/Services/LLLoginService/LLLoginService.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginService.cs b/OpenSim/Services/LLLoginService/LLLoginService.cs
index 83c3dd0..0bf75b0 100644
--- a/OpenSim/Services/LLLoginService/LLLoginService.cs
+++ b/OpenSim/Services/LLLoginService/LLLoginService.cs
@@ -344,9 +344,9 @@ namespace OpenSim.Services.LLLoginService
344 // 344 //
345 // Instantiate/get the simulation interface and launch an agent at the destination 345 // Instantiate/get the simulation interface and launch an agent at the destination
346 // 346 //
347 string reason = string.Empty; 347 string reason = string.Empty;
348 GridRegion dest; 348 GridRegion dest;
349 AgentCircuitData aCircuit = LaunchAgentAtGrid(gatekeeper, destination, account, avatar, session, secureSession, position, where, clientVersion, clientIP, out where, out reason, out dest); 349 AgentCircuitData aCircuit = LaunchAgentAtGrid(gatekeeper, destination, account, avatar, session, secureSession, position, where, clientVersion, clientIP, out where, out reason, out dest);
350 destination = dest; 350 destination = dest;
351 if (aCircuit == null) 351 if (aCircuit == null)
352 { 352 {
@@ -691,7 +691,7 @@ namespace OpenSim.Services.LLLoginService
691 } 691 }
692 } 692 }
693 } 693 }
694 } 694 }
695 dest = destination; 695 dest = destination;
696 if (success) 696 if (success)
697 return aCircuit; 697 return aCircuit;