make ntlm gss_inquire_cred fail for now, need to find default cred and friends.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20618 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-05-08 12:35:39 +00:00
parent 98b5a48e90
commit 10d424657d

View File

@@ -54,5 +54,5 @@ OM_uint32 _gss_ntlm_inquire_cred
*cred_usage = 0;
if (mechanisms)
*mechanisms = GSS_C_NO_OID_SET;
return GSS_S_COMPLETE;
return GSS_S_FAILURE;
}