From 4ec4e16c809cf86a63b736d2b7b6ad7291595a5f Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Wed, 4 Jun 2008 09:59:27 +0000 Subject: Formatting cleanup, minor refactoring, svn properties. --- OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs') diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 0daabc5..85ab99c 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs @@ -624,14 +624,14 @@ namespace OpenSim.Region.Communications.OGS1 LLUUID agentID = LLUUID.Zero; LLUUID RegionSecret = LLUUID.Zero; Helpers.TryParse((string)requestData["agent_id"], out agentID); - Helpers.TryParse((string)requestData["region_secret"], out RegionSecret); + Helpers.TryParse((string)requestData["region_secret"], out RegionSecret); ulong regionHandle = Convert.ToUInt64((string)requestData["regionhandle"]); - + m_localBackend.TriggerLogOffUser(regionHandle, agentID, RegionSecret,message); - + return new XmlRpcResponse(); } @@ -647,7 +647,7 @@ namespace OpenSim.Region.Communications.OGS1 try { ch = new TcpChannel((int)NetworkServersInfo.RemotingListenerPort); - ChannelServices.RegisterChannel(ch, false); // Disabled security as Mono doesnt support this. + ChannelServices.RegisterChannel(ch, false); // Disabled security as Mono doesn't support this. } catch (Exception ex) { -- cgit v1.1