aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/MessageService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/MessagingServer/MessageService.cs')
-rw-r--r--OpenSim/Grid/MessagingServer/MessageService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/MessagingServer/MessageService.cs b/OpenSim/Grid/MessagingServer/MessageService.cs
index 01bd9af..056bfcb 100644
--- a/OpenSim/Grid/MessagingServer/MessageService.cs
+++ b/OpenSim/Grid/MessagingServer/MessageService.cs
@@ -388,7 +388,7 @@ namespace OpenSim.Grid.MessagingServer
388 LLUUID AgentID = new LLUUID((string)requestData["agent_id"]); 388 LLUUID AgentID = new LLUUID((string)requestData["agent_id"]);
389 389
390 390
391 ProcessLogOff(AgentID); 391 //ProcessLogOff(AgentID);
392 392
393 393
394 return new XmlRpcResponse(); 394 return new XmlRpcResponse();