aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorDiva Canto2010-04-27 18:52:15 -0700
committerDiva Canto2010-04-27 18:52:15 -0700
commitc54bc5094deedecbde2ca2283efefe6df70cc591 (patch)
treeb9d5c2535984f0b83b882a1a1f20ec2051139c60 /OpenSim
parentChanged GetToken from protected to public. This is not exposed at the interface. (diff)
downloadopensim-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')
-rw-r--r--OpenSim/Services/AuthenticationService/AuthenticationServiceBase.cs2
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