mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
reverting #7295, as it still fails a test case (as pointed out very
kindly by sean) --- lesson learned: just running a "make test" is not sufficient, you need to precede it by a "make clean".
This commit is contained in:
@@ -277,7 +277,7 @@ namespace OpenSim.Region.Environment.Modules.World.Permissions
|
||||
|
||||
public bool PropagatePermissions()
|
||||
{
|
||||
return !m_bypassPermissions;
|
||||
return false;
|
||||
}
|
||||
|
||||
public bool BypassPermissions()
|
||||
|
||||
Reference in New Issue
Block a user