kerberos: Silence a FIXME for the GSS_S_FAILURE case.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Dmitry Timoshkov 2018-05-18 15:30:44 +08:00 committed by Alexandre Julliard
parent 7f0c8b3c61
commit 1f6e34aa40
1 changed files with 1 additions and 0 deletions

View File

@ -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 );