From: hno <> Date: Tue, 13 May 2003 00:49:11 +0000 (+0000) Subject: Bug #602: struct _ntlm_negotiate is incorrect and has two NTLMSSP headers X-Git-Tag: SQUID_3_0_PRE1~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd32dfe65dcf64e1d01577b28eb5a12af9372d56;p=thirdparty%2Fsquid.git Bug #602: struct _ntlm_negotiate is incorrect and has two NTLMSSP headers (this struct is not used by Squid or any helpers shipped by Squid) --- diff --git a/include/ntlmauth.h b/include/ntlmauth.h index 9a5b59ac3f..5dd26bf4e3 100644 --- a/include/ntlmauth.h +++ b/include/ntlmauth.h @@ -1,5 +1,5 @@ /* - * $Id: ntlmauth.h,v 1.10 2003/01/23 00:36:47 robertc Exp $ + * $Id: ntlmauth.h,v 1.11 2003/05/12 18:49:11 hno Exp $ * * * * * * * * * Legal stuff * * * * * * * * @@ -140,7 +140,6 @@ typedef struct _ntlmhdr { typedef struct _ntlm_negotiate { char signature[8]; /* "NTLMSSP" */ int32_t type; /* LSWAP(0x1) */ - ntlmhdr hdr; /* NTLM header */ u_int32_t flags; /* Request flags */ strhdr domain; /* Domain we wish to authenticate in */ strhdr workstation; /* Client workstation name */