diff options
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 53cba9f..cc1f59a 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -673,7 +673,7 @@ namespace OpenSim | |||
673 | clientServer | 673 | clientServer |
674 | = m_clientStackManager.CreateServer( | 674 | = m_clientStackManager.CreateServer( |
675 | listenIP, ref port, proxyOffset, regionInfo.m_allow_alternate_ports, configSource, | 675 | listenIP, ref port, proxyOffset, regionInfo.m_allow_alternate_ports, configSource, |
676 | m_assetCache, circuitManager); | 676 | circuitManager); |
677 | } | 677 | } |
678 | else | 678 | else |
679 | { | 679 | { |