Skip to content
Snippets Groups Projects
Commit 1f6e34aa authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard
Browse files

kerberos: Silence a FIXME for the GSS_S_FAILURE case.

parent 7f0c8b3c
Branches
Tags
No related merge requests found
......@@ -710,6 +710,7 @@ static NTSTATUS status_gss_to_sspi( OM_uint32 status )
case GSS_S_OLD_TOKEN: return SEC_E_INVALID_TOKEN;
case GSS_S_UNSEQ_TOKEN: return SEC_E_OUT_OF_SEQUENCE;
case GSS_S_GAP_TOKEN: return SEC_E_OUT_OF_SEQUENCE;
case GSS_S_FAILURE: return SEC_E_INTERNAL_ERROR;
default:
FIXME( "couldn't convert status 0x%08x to NTSTATUS\n", status );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment