From 75343153ae648b70cd96664919b45bb59d11af46 Mon Sep 17 00:00:00 2001 From: Atsushi Eno Date: Fri, 15 Oct 2010 03:51:28 +0900 Subject: [PATCH] fixity fix. --- .../System.ServiceModel.Channels/SecurityBindingElement.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs/class/System.ServiceModel/System.ServiceModel.Channels/SecurityBindingElement.cs b/mcs/class/System.ServiceModel/System.ServiceModel.Channels/SecurityBindingElement.cs index 3d63d7c0d2f..9b903392ecb 100644 --- a/mcs/class/System.ServiceModel/System.ServiceModel.Channels/SecurityBindingElement.cs +++ b/mcs/class/System.ServiceModel/System.ServiceModel.Channels/SecurityBindingElement.cs @@ -140,7 +140,7 @@ namespace System.ServiceModel.Channels { #if NET_2_1 // not sure this should be like this, but there isn't Symmetric/Asymmetric elements in 2.1 anyways. - return context.CanBuildInnerChannelFactory (); + return context.CanBuildInnerChannelFactory (); #else if (this is TransportSecurityBindingElement) throw new NotImplementedException (); -- GitLab