[Modify] Replace it

This commit is contained in:
sta 2021-12-17 19:56:33 +09:00
parent f93ec07051
commit b345377bfd

View File

@ -508,13 +508,8 @@ namespace WebSocketSharp.Server
set {
lock (_sync) {
string msg;
if (!canSet (out msg)) {
_log.Warn (msg);
if (!canSet ())
return;
}
_realm = value;
}