From 81eb9816a26dfe70d9eff5bc57188ee6dd8e5103 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Mon, 23 Nov 2015 23:03:16 +0000 Subject: remove libomv detection/log from llLoginService --- OpenSim/Services/LLLoginService/LLLoginService.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'OpenSim/Services/LLLoginService/LLLoginService.cs') diff --git a/OpenSim/Services/LLLoginService/LLLoginService.cs b/OpenSim/Services/LLLoginService/LLLoginService.cs index 6681f1a..135a8f3 100644 --- a/OpenSim/Services/LLLoginService/LLLoginService.cs +++ b/OpenSim/Services/LLLoginService/LLLoginService.cs @@ -266,18 +266,15 @@ namespace OpenSim.Services.LLLoginService } public LoginResponse Login(string firstName, string lastName, string passwd, string startLocation, UUID scopeID, - string clientVersion, string channel, string mac, string id0, IPEndPoint clientIP, bool LibOMVclient) + string clientVersion, string channel, string mac, string id0, IPEndPoint clientIP) { bool success = false; UUID session = UUID.Random(); string processedMessage; - if (clientVersion.Contains("Radegast")) - LibOMVclient = false; - m_log.InfoFormat("[LLOGIN SERVICE]: Login request for {0} {1} at {2} using viewer {3}, channel {4}, IP {5}, Mac {6}, Id0 {7}, Possible LibOMVGridProxy: {8} ", - firstName, lastName, startLocation, clientVersion, channel, clientIP.Address.ToString(), mac, id0, LibOMVclient.ToString()); + firstName, lastName, startLocation, clientVersion, channel, clientIP.Address.ToString(), mac, id0); try { -- cgit v1.1