Potential fix for access control bug on login introduced with SeeIntoRegion commit.

varregion
Diva Canto 2013-08-24 08:42:41 -07:00
parent 5cd7bc2848
commit f0c0376660
1 changed files with 1 additions and 1 deletions

View File

@ -3824,7 +3824,7 @@ namespace OpenSim.Region.Framework.Scenes
try
{
if (!AuthorizeUser(acd, SeeIntoRegion, out reason))
if (!AuthorizeUser(acd, (vialogin ? false : SeeIntoRegion), out reason))
{
m_authenticateHandler.RemoveCircuit(acd.circuitcode);
return false;