mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
fix vs2010 build
This commit is contained in:
@@ -63,7 +63,6 @@ namespace OpenSim.Services.AuthenticationService
|
||||
public string Authenticate(UUID principalID, string password, int lifetime, out UUID realID)
|
||||
{
|
||||
realID = UUID.Zero;
|
||||
|
||||
return Authenticate(principalID, password, lifetime);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user