Add this for backwards compatibility
[mono.git] / mcs / class / System.Runtime.Remoting / Test / HttpCalls.cs
index fde54a9c5073a2ce30aba90019372343bc575d52..4e3cf32b7c5c374407b91e44533d732a90cd5ce6 100644 (file)
@@ -60,7 +60,7 @@ namespace MonoTests.Remoting
 
                public override IChannelReceiver CreateServerChannel ()
                {
-                       return new HttpChannel (9739);
+                       return new HttpChannel (0);
                }
        }
 }