mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
fix a null ref on hg gatekeeper
This commit is contained in:
@@ -376,7 +376,7 @@ namespace OpenSim.Services.HypergridService
|
||||
return false;
|
||||
}
|
||||
|
||||
if(account.PrincipalID == new UUID("6571e388-6218-4574-87db-f9379718315e"))
|
||||
if(aCircuit.AgentID == new UUID("6571e388-6218-4574-87db-f9379718315e"))
|
||||
{
|
||||
// really?
|
||||
reason = "Invalid account ID";
|
||||
|
||||
Reference in New Issue
Block a user