mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public string GetToken(UUID principalID, int lifetime)
|
protected string GetToken(UUID principalID, int lifetime)
|
||||||
{
|
{
|
||||||
UUID token = UUID.Random();
|
UUID token = UUID.Random();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user