[Modify] Replace it

This commit is contained in:
sta 2016-05-14 15:24:28 +09:00
parent 6ec3fdeb12
commit 7e33636276

View File

@ -186,7 +186,7 @@ namespace WebSocketSharp.Net
schm, schm,
realm, realm,
_request.HttpMethod, _request.HttpMethod,
_listener.UserCredentialsFinder _listener.GetUserCredentialsFinder ()
); );
if (user == null || !user.Identity.IsAuthenticated) { if (user == null || !user.Identity.IsAuthenticated) {