[Modify] Replace it

This commit is contained in:
sta 2021-12-18 22:28:31 +09:00
parent b18a078cd4
commit a91043641b

View File

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