[Simian]
* Sim to sim caps for establishing child agents * Still working out a bug in the libomv event queue, committing what is done for now git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2485 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -100,9 +100,15 @@ namespace Simian
|
||||
}
|
||||
|
||||
if (password == agentInfo.PasswordHash)
|
||||
{
|
||||
Logger.Log("Authenticated account for " + fullName, Helpers.LogLevel.Info);
|
||||
return agentInfo.ID;
|
||||
}
|
||||
else
|
||||
{
|
||||
Logger.Log("Authentication failed for " + fullName, Helpers.LogLevel.Warning);
|
||||
return UUID.Zero;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user