diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/IClientNetworkServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/IClientNetworkServer.cs b/OpenSim/Region/ClientStack/IClientNetworkServer.cs index 0073389..8bd5434 100644 --- a/OpenSim/Region/ClientStack/IClientNetworkServer.cs +++ b/OpenSim/Region/ClientStack/IClientNetworkServer.cs | |||
@@ -38,7 +38,7 @@ namespace OpenSim.Region.ClientStack | |||
38 | { | 38 | { |
39 | void Initialise( | 39 | void Initialise( |
40 | IPAddress _listenIP, ref uint port, int proxyPortOffsetParm, bool allow_alternate_port, IConfigSource configSource, | 40 | IPAddress _listenIP, ref uint port, int proxyPortOffsetParm, bool allow_alternate_port, IConfigSource configSource, |
41 | AssetCache assetCache, AgentCircuitManager authenticateClass); | 41 | IAssetCache assetCache, AgentCircuitManager authenticateClass); |
42 | 42 | ||
43 | Socket Server { get; } | 43 | Socket Server { get; } |
44 | bool HandlesRegion(Location x); | 44 | bool HandlesRegion(Location x); |