mirror of
https://github.com/opensim/opensim.git
synced 2026-06-08 04:25:41 +08:00
I dub thee working. Maybe.
This commit is contained in:
@@ -48,7 +48,9 @@ namespace OpenGrid.Framework.Data.MySQL
|
||||
if (throwHissyFit)
|
||||
throw new Exception("CRYPTOWEAK AUTHENTICATE: Refusing to authenticate due to replay potential.");
|
||||
|
||||
return true;
|
||||
SimProfileData data = GetProfileByLLUUID(uuid);
|
||||
|
||||
return (handle == data.regionHandle && authkey == data.regionSecret);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user