[Modify] Polish it

This commit is contained in:
sta 2016-07-03 15:27:21 +09:00
parent 217912bb71
commit c044fdc4d0

View File

@ -101,7 +101,7 @@ namespace WebSocketSharp.Net
if (cert == null) if (cert == null)
throw new ArgumentException ("No server certificate could be found."); throw new ArgumentException ("No server certificate could be found.");
_secure = secure; _secure = true;
_sslConfig = _sslConfig =
new ServerSslConfiguration ( new ServerSslConfiguration (
cert, cert,