Potential fix for access control bug on login introduced with SeeIntoRegion commit.
parent
ea5bab5107
commit
ed0ffae151
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue