[Modify] Polish it
This commit is contained in:
parent
bfac1672e4
commit
3c9197de96
@ -766,6 +766,7 @@ namespace WebSocketSharp.Server
|
||||
private string getRealm ()
|
||||
{
|
||||
var realm = _realm;
|
||||
|
||||
return realm != null && realm.Length > 0 ? realm : _defaultRealm;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user