Don't fail, mech glue layer can't stand that.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19345 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-15 16:33:19 +00:00
parent b6821fa5e6
commit fbb7a0e925

View File

@@ -46,5 +46,5 @@ OM_uint32 _gss_ntlm_import_name
*minor_status = 0;
if (output_name)
*output_name = GSS_C_NO_NAME;
return GSS_S_FAILURE;
return GSS_S_COMPLETE;
}