diff options
author | Diva Canto | 2014-05-31 08:22:56 -0700 |
---|---|---|
committer | Diva Canto | 2014-05-31 08:22:56 -0700 |
commit | d6f9f690e56f129c4fcfb2d6fdb85f750ab3dd37 (patch) | |
tree | e198838d321f9adbce57e7744c8aebc2609b87e4 /OpenSim/Server | |
parent | Added missing reference (diff) | |
parent | minor: rename velocidyDiff -> velocityDiff (diff) | |
download | opensim-SC_OLD-d6f9f690e56f129c4fcfb2d6fdb85f750ab3dd37.zip opensim-SC_OLD-d6f9f690e56f129c4fcfb2d6fdb85f750ab3dd37.tar.gz opensim-SC_OLD-d6f9f690e56f129c4fcfb2d6fdb85f750ab3dd37.tar.bz2 opensim-SC_OLD-d6f9f690e56f129c4fcfb2d6fdb85f750ab3dd37.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Server')
-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) |