Merge pull request #4453 from lambdageek/bug-49721
[mono.git] / mcs / class / System.ServiceModel.Discovery / System.ServiceModel.Discovery.Configuration / UdpDiscoveryEndpointElement.cs
index 8ac3d43a3e0bfd9f595df6f7f276babe94636b88..ece16ae6fcc4923f10801e04e53db55b2b43cf87 100644 (file)
@@ -150,10 +150,10 @@ namespace System.ServiceModel.Discovery.Configuration
                        base.OnInitializeAndValidate (channelEndpointElement);
                }
 
-               protected override void OnInitializeAndValidate (ServiceEndpointElement channelEndpointElement)
+               protected override void OnInitializeAndValidate (ServiceEndpointElement serviceEndpointElement)
                {
                        // It seems to do nothing.
-                       base.OnInitializeAndValidate (channelEndpointElement);
+                       base.OnInitializeAndValidate (serviceEndpointElement);
                }
        }
 }