[Modify] Polish it
This commit is contained in:
parent
80efd30b93
commit
302cc816b5
@ -2823,9 +2823,9 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (username.IsNullOrEmpty ()) {
|
if (username.IsNullOrEmpty ()) {
|
||||||
|
_logger.Warn ("The credentials are set back to the default.");
|
||||||
_credentials = null;
|
_credentials = null;
|
||||||
_preAuth = false;
|
_preAuth = false;
|
||||||
_logger.Warn ("The credentials were set back to the default.");
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user