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/Services | |
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/Services')
-rw-r--r-- | OpenSim/Services/Connectors/Authentication/AuthenticationServicesConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Authentication/AuthenticationServicesConnector.cs b/OpenSim/Services/Connectors/Authentication/AuthenticationServicesConnector.cs index 56b6434..c8a4912 100644 --- a/OpenSim/Services/Connectors/Authentication/AuthenticationServicesConnector.cs +++ b/OpenSim/Services/Connectors/Authentication/AuthenticationServicesConnector.cs | |||
@@ -108,7 +108,7 @@ namespace OpenSim.Services.Connectors | |||
108 | 108 | ||
109 | public bool Verify(UUID principalID, string token, int lifetime) | 109 | public bool Verify(UUID principalID, string token, int lifetime) |
110 | { | 110 | { |
111 | m_log.Error("[XXX]: Verify"); | 111 | // m_log.Error("[XXX]: Verify"); |
112 | Dictionary<string, object> sendData = new Dictionary<string, object>(); | 112 | Dictionary<string, object> sendData = new Dictionary<string, object>(); |
113 | sendData["LIFETIME"] = lifetime.ToString(); | 113 | sendData["LIFETIME"] = lifetime.ToString(); |
114 | sendData["PRINCIPAL"] = principalID.ToString(); | 114 | sendData["PRINCIPAL"] = principalID.ToString(); |