1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

Fix segfault in the new NTLMSSP code. jmcd: can you look at this - what

exactly were you trying to do here?

Andrew Bartlett
(This used to be commit 81b675b54d86d196fb2035dc5d22781160518beb)
This commit is contained in:
Andrew Bartlett 2002-08-16 07:04:37 +00:00
parent 88d321becd
commit 54e964a0fb

View File

@ -332,12 +332,11 @@ static int reply_spnego_negotiate(connection_struct *conn,
fstrcat(dnsname, lp_realm());
strlower(dnsname);
msrpc_gen(&struct_blob, "aaaaa",
msrpc_gen(&struct_blob, "aaaa",
2, lp_workgroup(),
1, global_myname,
4, dnsdomname,
3, dnsname,
0, NULL);
3, dnsname);
msrpc_gen(&chal, "CdUdbddB",
"NTLMSSP",