[Modify] Polish it

This commit is contained in:
sta 2021-08-24 19:32:14 +09:00
parent bfac1672e4
commit 3c9197de96

View File

@ -766,6 +766,7 @@ namespace WebSocketSharp.Server
private string getRealm ()
{
var realm = _realm;
return realm != null && realm.Length > 0 ? realm : _defaultRealm;
}