[Modify] Replace it

This commit is contained in:
sta 2021-05-12 19:47:24 +09:00
parent f574771724
commit 85ab9ccb54

View File

@ -455,7 +455,7 @@ namespace WebSocketSharp.Net
{
_context.Listener = listener;
if (!_context.Authenticate ())
if (!listener.AuthenticateContext (_context))
return;
if (!_context.Register ()) {