aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdParty
diff options
context:
space:
mode:
authorMike Mazur2008-07-31 23:53:24 +0000
committerMike Mazur2008-07-31 23:53:24 +0000
commit15669281faab727cdf79ec1cee24d9b20fae8cbd (patch)
tree5680042e8c1a791eb23c70f6dfcae5d60ab91856 /ThirdParty
parent* Allow an individual item to be specified as well as a folder in save-inv (diff)
downloadopensim-SC_OLD-15669281faab727cdf79ec1cee24d9b20fae8cbd.zip
opensim-SC_OLD-15669281faab727cdf79ec1cee24d9b20fae8cbd.tar.gz
opensim-SC_OLD-15669281faab727cdf79ec1cee24d9b20fae8cbd.tar.bz2
opensim-SC_OLD-15669281faab727cdf79ec1cee24d9b20fae8cbd.tar.xz
Apply updated patch from issue 1871. Thanks sempuki.
Diffstat (limited to 'ThirdParty')
-rw-r--r--ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs b/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs
index 625e3c5..0d50f0e 100644
--- a/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs
+++ b/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs
@@ -52,6 +52,7 @@ using OpenSim.Region.Environment.Scenes;
52namespace OpenSim.ApplicationPlugins.LoadBalancer 52namespace OpenSim.ApplicationPlugins.LoadBalancer
53{ 53{
54 [Extension("/OpenSim/Startup")] 54 [Extension("/OpenSim/Startup")]
55 [ExtensionNode ("Plugin")]
55 public class LoadBalancerPlugin : IApplicationPlugin 56 public class LoadBalancerPlugin : IApplicationPlugin
56 { 57 {
57 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 58 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);