diff options
Diffstat (limited to 'OpenSim/Server/Handlers/Authentication/AuthenticationServerPostHandler.cs')
-rw-r--r-- | OpenSim/Server/Handlers/Authentication/AuthenticationServerPostHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Authentication/AuthenticationServerPostHandler.cs b/OpenSim/Server/Handlers/Authentication/AuthenticationServerPostHandler.cs index e258dde..5d65f67 100644 --- a/OpenSim/Server/Handlers/Authentication/AuthenticationServerPostHandler.cs +++ b/OpenSim/Server/Handlers/Authentication/AuthenticationServerPostHandler.cs | |||
@@ -74,7 +74,7 @@ namespace OpenSim.Server.Handlers.Authentication | |||
74 | protected override byte[] ProcessRequest(string path, Stream request, | 74 | protected override byte[] ProcessRequest(string path, Stream request, |
75 | IOSHttpRequest httpRequest, IOSHttpResponse httpResponse) | 75 | IOSHttpRequest httpRequest, IOSHttpResponse httpResponse) |
76 | { | 76 | { |
77 | m_log.Error("[XXX]: Authenticating..."); | 77 | // m_log.Error("[XXX]: Authenticating..."); |
78 | string[] p = SplitParams(path); | 78 | string[] p = SplitParams(path); |
79 | 79 | ||
80 | if (p.Length > 0) | 80 | if (p.Length > 0) |