diff options
Diffstat (limited to 'ThirdParty/3Di')
-rw-r--r-- | ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs | 2 | ||||
-rw-r--r-- | ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs b/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs index bceb9af..6d593c9 100644 --- a/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs +++ b/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs | |||
@@ -434,7 +434,7 @@ namespace OpenSim.ApplicationPlugins.LoadBalancer | |||
434 | src_region.RegionID.ToString()); | 434 | src_region.RegionID.ToString()); |
435 | } | 435 | } |
436 | 436 | ||
437 | private void SerializeClient(int idx, Scene scene, ScenePresence pre, string export_dir) | 437 | private static void SerializeClient(int idx, Scene scene, ScenePresence pre, string export_dir) |
438 | { | 438 | { |
439 | string filename; | 439 | string filename; |
440 | IClientAPI controller = null; | 440 | IClientAPI controller = null; |
diff --git a/ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs b/ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs index 6d55094..eaafe6c 100644 --- a/ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs +++ b/ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs | |||
@@ -312,7 +312,7 @@ namespace OpenSim.ApplicationPlugins.RegionProxy | |||
312 | } | 312 | } |
313 | } | 313 | } |
314 | 314 | ||
315 | protected void ClosePort(ServerData sd) | 315 | protected static void ClosePort(ServerData sd) |
316 | { | 316 | { |
317 | // Close the port if it exists and is open | 317 | // Close the port if it exists and is open |
318 | if (sd.server == null) return; | 318 | if (sd.server == null) return; |