diff options
author | Diva Canto | 2010-04-27 18:52:15 -0700 |
---|---|---|
committer | Diva Canto | 2010-04-27 18:52:15 -0700 |
commit | c54bc5094deedecbde2ca2283efefe6df70cc591 (patch) | |
tree | b9d5c2535984f0b83b882a1a1f20ec2051139c60 /OpenSim/Services | |
parent | Changed GetToken from protected to public. This is not exposed at the interface. (diff) | |
download | opensim-SC_OLD-c54bc5094deedecbde2ca2283efefe6df70cc591.zip opensim-SC_OLD-c54bc5094deedecbde2ca2283efefe6df70cc591.tar.gz opensim-SC_OLD-c54bc5094deedecbde2ca2283efefe6df70cc591.tar.bz2 opensim-SC_OLD-c54bc5094deedecbde2ca2283efefe6df70cc591.tar.xz |
Putting it back to protected; Melanie doesn't like it to be public.
Diffstat (limited to 'OpenSim/Services')
-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 242aba3..9af61a9 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 | public string GetToken(UUID principalID, int lifetime) | 130 | protected string GetToken(UUID principalID, int lifetime) |
131 | { | 131 | { |
132 | UUID token = UUID.Random(); | 132 | UUID token = UUID.Random(); |
133 | 133 | ||