return GSS_S_UNAVAILABLE

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19399 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-18 13:02:25 +00:00
parent 02620cbb4e
commit ae966fe266

View File

@@ -49,5 +49,5 @@ OM_uint32 _gss_ntlm_get_mic
message_token->length = 0;
message_token->value = NULL;
}
return GSS_S_FAILURE;
return GSS_S_UNAVAILABLE;
}