[Modify] Replace it
This commit is contained in:
parent
5f2fb2ad55
commit
d70bf58dba
@ -436,13 +436,8 @@ namespace WebSocketSharp.Server
|
||||
throw new ArgumentException ("An absolute root.", "value");
|
||||
|
||||
lock (_sync) {
|
||||
string msg;
|
||||
|
||||
if (!canSet (out msg)) {
|
||||
_log.Warn (msg);
|
||||
|
||||
if (!canSet ())
|
||||
return;
|
||||
}
|
||||
|
||||
_docRootPath = value;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user