fix vs2010 build

This commit is contained in:
UbitUmarov
2012-08-16 15:26:16 +01:00
parent 90ad98370a
commit db3f0a3748
5 changed files with 6 additions and 3 deletions

View File

@@ -140,6 +140,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Authentication
public string Authenticate(UUID principalID, string password, int lifetime, out UUID realID)
{
// Not implemented at the regions
realID = UUID.Zero;
return string.Empty;
}