[Modify] Polish it

This commit is contained in:
sta 2021-08-23 21:35:01 +09:00
parent 95c0944a5b
commit f42a030d91

View File

@ -1320,8 +1320,8 @@ namespace WebSocketSharp.Server
if (_secure) { if (_secure) {
sslConfig = new ServerSslConfiguration (getSslConfiguration ()); sslConfig = new ServerSslConfiguration (getSslConfiguration ());
string msg; string msg;
if (!checkSslConfiguration (sslConfig, out msg)) if (!checkSslConfiguration (sslConfig, out msg))
throw new InvalidOperationException (msg); throw new InvalidOperationException (msg);
} }