aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService
diff options
context:
space:
mode:
authorUbitUmarov2017-05-12 14:42:21 +0100
committerUbitUmarov2017-05-12 14:42:21 +0100
commit5e577baa103e371eb3c8a6d5244386807f6067ea (patch)
tree71ec536c196e32cddae4a4f7a9400f2057320f9a /OpenSim/Services/HypergridService
parentsoem changes on connections limits (diff)
downloadopensim-SC_OLD-5e577baa103e371eb3c8a6d5244386807f6067ea.zip
opensim-SC_OLD-5e577baa103e371eb3c8a6d5244386807f6067ea.tar.gz
opensim-SC_OLD-5e577baa103e371eb3c8a6d5244386807f6067ea.tar.bz2
opensim-SC_OLD-5e577baa103e371eb3c8a6d5244386807f6067ea.tar.xz
fix a null ref on hg gatekeeper
Diffstat (limited to 'OpenSim/Services/HypergridService')
-rw-r--r--OpenSim/Services/HypergridService/GatekeeperService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/HypergridService/GatekeeperService.cs b/OpenSim/Services/HypergridService/GatekeeperService.cs
index c74b514..3e6b43a 100644
--- a/OpenSim/Services/HypergridService/GatekeeperService.cs
+++ b/OpenSim/Services/HypergridService/GatekeeperService.cs
@@ -376,7 +376,7 @@ namespace OpenSim.Services.HypergridService
376 return false; 376 return false;
377 } 377 }
378 378
379 if(account.PrincipalID == new UUID("6571e388-6218-4574-87db-f9379718315e")) 379 if(aCircuit.AgentID == new UUID("6571e388-6218-4574-87db-f9379718315e"))
380 { 380 {
381 // really? 381 // really?
382 reason = "Invalid account ID"; 382 reason = "Invalid account ID";