Fix recursive property call in MonoSslStreamImpl
authorMike Voorhees <michaelv@unity3d.com>
Thu, 9 Jun 2016 14:38:44 +0000 (10:38 -0400)
committerMike Voorhees <michaelv@unity3d.com>
Thu, 9 Jun 2016 14:50:37 +0000 (10:50 -0400)
mcs/class/System/Mono.Net.Security/MonoSslStreamImpl.cs

index 776751537bdae8df69c5134c20ade5c097c65eb5..f8a83bb6f3b45132e5066093813545f62f9055bb 100644 (file)
@@ -222,7 +222,7 @@ namespace Mono.Net.Security.Private
                }
 
                public int KeyExchangeStrength {
-                       get { return KeyExchangeStrength; }
+                       get { return Impl.KeyExchangeStrength; }
                }
 
                public bool CanRead {