From 6ed4f4050ee9b7a2d6d4308e2799ac08f8eb3775 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 12 Nov 2021 00:42:32 +0000 Subject: [PATCH] some static declarions missing --- OpenSim/Services/HypergridService/GatekeeperService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenSim/Services/HypergridService/GatekeeperService.cs b/OpenSim/Services/HypergridService/GatekeeperService.cs index 673f711a08..80669f7479 100644 --- a/OpenSim/Services/HypergridService/GatekeeperService.cs +++ b/OpenSim/Services/HypergridService/GatekeeperService.cs @@ -72,10 +72,10 @@ namespace OpenSim.Services.HypergridService private static OSHHTPHost m_gatekeeperHost; private static string m_gatekeeperURL; - private HashSet m_gateKeeperAlias; + private static HashSet m_gateKeeperAlias; private static GridRegion m_DefaultGatewayRegion; - private bool m_allowDuplicatePresences = false; + private static bool m_allowDuplicatePresences = false; private static string m_messageKey; public GatekeeperService(IConfigSource config, ISimulationService simService)