mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
fix vs2010 build
This commit is contained in:
@@ -104,6 +104,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
||||
|
||||
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