diff options
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs')
-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 5fff777..a11995a 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -200,7 +200,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
200 | private void StartRemoting() | 200 | private void StartRemoting() |
201 | { | 201 | { |
202 | TcpChannel ch = new TcpChannel(8895); | 202 | TcpChannel ch = new TcpChannel(8895); |
203 | ChannelServices.RegisterChannel(ch); | 203 | ChannelServices.RegisterChannel(ch, true); |
204 | 204 | ||
205 | WellKnownServiceTypeEntry wellType = new WellKnownServiceTypeEntry( Type.GetType("OGS1InterRegionRemoting"), "InterRegions", WellKnownObjectMode.Singleton); | 205 | WellKnownServiceTypeEntry wellType = new WellKnownServiceTypeEntry( Type.GetType("OGS1InterRegionRemoting"), "InterRegions", WellKnownObjectMode.Singleton); |
206 | RemotingConfiguration.RegisterWellKnownServiceType(wellType); | 206 | RemotingConfiguration.RegisterWellKnownServiceType(wellType); |