Merge branch 'ubitwork' into avination

This commit is contained in:
Melanie
2012-08-24 23:53:14 +02:00
6 changed files with 9 additions and 5 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;
}