svn path=/trunk/mcs/; revision=18078
@@ -1,3 +1,7 @@
+2003-09-14 Lluis Sanchez Gual <[email protected]>
+
+ * TcpClientChannel.cs: Fixed constructor.
2003-08-22 Lluis Sanchez Gual <[email protected]>
* System.Runtime.Remoting_test.dll.sources: Added DelegateCalls.cs test file.
@@ -30,7 +30,7 @@ namespace System.Runtime.Remoting.Channels.Tcp
{
priority = 1;
- if (_sinkProvider != null)
+ if (sinkProvider != null)
_sinkProvider = sinkProvider;