mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Addresses mantis #3485.
This commit is contained in:
@@ -129,12 +129,12 @@ namespace OpenSim.Framework.Communications.Clients
|
||||
Hashtable responseData = (Hashtable)UserResp.Value;
|
||||
if (responseData.ContainsKey("auth_session") && responseData["auth_session"].ToString() == "TRUE")
|
||||
{
|
||||
System.Console.WriteLine("[Authorization]: userserver reported authorized session for user " + userID);
|
||||
//System.Console.WriteLine("[Authorization]: userserver reported authorized session for user " + userID);
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
System.Console.WriteLine("[Authorization]: userserver reported unauthorized session for user " + userID);
|
||||
//System.Console.WriteLine("[Authorization]: userserver reported unauthorized session for user " + userID);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user