[Modify] Replace it

This commit is contained in:
sta 2017-10-21 13:31:20 +09:00
parent 6a127ca571
commit 5221933e32

View File

@ -599,10 +599,7 @@ namespace WebSocketSharp.Server
throw new InvalidOperationException (msg); throw new InvalidOperationException (msg);
} }
if (_sslConfig == null) return getSslConfiguration ();
_sslConfig = new ServerSslConfiguration ();
return _sslConfig;
} }
} }