mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Changed GetToken from protected to public. This is not exposed at the interface.
This commit is contained in:
@@ -127,7 +127,7 @@ namespace OpenSim.Services.AuthenticationService
|
||||
return true;
|
||||
}
|
||||
|
||||
protected string GetToken(UUID principalID, int lifetime)
|
||||
public string GetToken(UUID principalID, int lifetime)
|
||||
{
|
||||
UUID token = UUID.Random();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user