Putting it back to protected; Melanie doesn't like it to be public.

slimupdates
Diva Canto 2010-04-27 18:52:15 -07:00
parent 044c1cf5f6
commit c54bc5094d
1 changed files with 1 additions and 1 deletions

View File

@ -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();