Don't send targetinfo now.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19481 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-20 20:02:28 +00:00
parent 6b7ecbef09
commit fca448bd23

View File

@@ -108,8 +108,8 @@ handle_type2(OM_uint32 *minor_status,
*minor_status = ret;
return GSS_S_FAILURE;
}
type2.targetinfo.data = "\x00\x00";
type2.targetinfo.length = 2;
type2.targetinfo.data = NULL;
type2.targetinfo.length = 0;
ret = heim_ntlm_encode_type2(&type2, &data);
free(type2.targetname);