diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientStackManager.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientStackManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/ClientStackManager.cs b/OpenSim/Region/ClientStack/ClientStackManager.cs index 6bc4c4b..6cad7c9 100644 --- a/OpenSim/Region/ClientStack/ClientStackManager.cs +++ b/OpenSim/Region/ClientStack/ClientStackManager.cs | |||
@@ -89,7 +89,7 @@ namespace OpenSim.Region.Environment | |||
89 | /// <returns></returns> | 89 | /// <returns></returns> |
90 | public IClientNetworkServer CreateServer( | 90 | public IClientNetworkServer CreateServer( |
91 | IPAddress _listenIP, ref uint port, int proxyPortOffset, bool allow_alternate_port, | 91 | IPAddress _listenIP, ref uint port, int proxyPortOffset, bool allow_alternate_port, |
92 | AssetCache assetCache, AgentCircuitManager authenticateClass) | 92 | IAssetCache assetCache, AgentCircuitManager authenticateClass) |
93 | { | 93 | { |
94 | return CreateServer( | 94 | return CreateServer( |
95 | _listenIP, ref port, proxyPortOffset, allow_alternate_port, null, assetCache, authenticateClass); | 95 | _listenIP, ref port, proxyPortOffset, allow_alternate_port, null, assetCache, authenticateClass); |
@@ -110,7 +110,7 @@ namespace OpenSim.Region.Environment | |||
110 | /// <returns></returns> | 110 | /// <returns></returns> |
111 | public IClientNetworkServer CreateServer( | 111 | public IClientNetworkServer CreateServer( |
112 | IPAddress _listenIP, ref uint port, int proxyPortOffset, bool allow_alternate_port, IConfigSource configSource, | 112 | IPAddress _listenIP, ref uint port, int proxyPortOffset, bool allow_alternate_port, IConfigSource configSource, |
113 | AssetCache assetCache, AgentCircuitManager authenticateClass) | 113 | IAssetCache assetCache, AgentCircuitManager authenticateClass) |
114 | { | 114 | { |
115 | if (plugin != null) | 115 | if (plugin != null) |
116 | { | 116 | { |