diff options
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 1a9584a..cc56078 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -327,7 +327,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
327 | private void StartRemoting() | 327 | private void StartRemoting() |
328 | { | 328 | { |
329 | TcpChannel ch = new TcpChannel(this.serversInfo.RemotingListenerPort); | 329 | TcpChannel ch = new TcpChannel(this.serversInfo.RemotingListenerPort); |
330 | ChannelServices.RegisterChannel(ch, true); | 330 | ChannelServices.RegisterChannel(ch, false); // Disabled security as Mono doesnt support this. |
331 | 331 | ||
332 | WellKnownServiceTypeEntry wellType = new WellKnownServiceTypeEntry(typeof(OGS1InterRegionRemoting), "InterRegions", WellKnownObjectMode.Singleton); | 332 | WellKnownServiceTypeEntry wellType = new WellKnownServiceTypeEntry(typeof(OGS1InterRegionRemoting), "InterRegions", WellKnownObjectMode.Singleton); |
333 | RemotingConfiguration.RegisterWellKnownServiceType(wellType); | 333 | RemotingConfiguration.RegisterWellKnownServiceType(wellType); |