mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Putting it back to protected; Melanie doesn't like it to be public.
This commit is contained in:
@@ -127,7 +127,7 @@ namespace OpenSim.Services.AuthenticationService
|
||||
return true;
|
||||
}
|
||||
|
||||
public string GetToken(UUID principalID, int lifetime)
|
||||
protected string GetToken(UUID principalID, int lifetime)
|
||||
{
|
||||
UUID token = UUID.Random();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user