(init_sec_context): Tell the other side what domain we think we are

talking to.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19388 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-15 22:50:58 +00:00
parent af03eba4a5
commit 7e1c31e8c2

View File

@@ -135,7 +135,7 @@ _gss_ntlm_init_sec_context
memset(&type1, 0, sizeof(type1));
type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_NTLM;
type1.domain = NULL;
type1.domain = name->domain;
type1.hostname = NULL;
type1.os[0] = 0;
type1.os[1] = 0;