diff options
Diffstat (limited to 'OpenSim/Services/AuthenticationService')
-rw-r--r-- | OpenSim/Services/AuthenticationService/AuthenticationServiceBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/AuthenticationService/AuthenticationServiceBase.cs b/OpenSim/Services/AuthenticationService/AuthenticationServiceBase.cs index 9af61a9..242aba3 100644 --- a/OpenSim/Services/AuthenticationService/AuthenticationServiceBase.cs +++ b/OpenSim/Services/AuthenticationService/AuthenticationServiceBase.cs | |||
@@ -127,7 +127,7 @@ namespace OpenSim.Services.AuthenticationService | |||
127 | return true; | 127 | return true; |
128 | } | 128 | } |
129 | 129 | ||
130 | protected string GetToken(UUID principalID, int lifetime) | 130 | public string GetToken(UUID principalID, int lifetime) |
131 | { | 131 | { |
132 | UUID token = UUID.Random(); | 132 | UUID token = UUID.Random(); |
133 | 133 | ||