diff options
author | Jeremy Allison <jra@samba.org> | 2006-01-27 02:35:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:06:16 -0500 |
commit | f1022af07bbc72412d8fca7945a2c276fba88a7e (patch) | |
tree | 492381040a590053dd911c2771221fe1f92f5573 /source3/libsmb | |
parent | 114a24c19bfcdfdfd15df191d43c9cb36b705491 (diff) | |
download | samba-f1022af07bbc72412d8fca7945a2c276fba88a7e.tar.gz samba-f1022af07bbc72412d8fca7945a2c276fba88a7e.tar.bz2 samba-f1022af07bbc72412d8fca7945a2c276fba88a7e.zip |
r13176: Fix show-stopper bug for 3.0.21b where 4 leg NTLMSSP SPNEGO
auth was not generating the correct auth header on the 4th
packet. This may fix a lot of Windows client complaints and
is essential for release.
Jeremy.
(This used to be commit 48dd8c732b890e3fd3d8e80ace765487601cfb26)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/spnego.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libsmb/spnego.c b/source3/libsmb/spnego.c index 6cc4436a0c..f6a66200ba 100644 --- a/source3/libsmb/spnego.c +++ b/source3/libsmb/spnego.c @@ -341,4 +341,3 @@ BOOL free_spnego_data(SPNEGO_DATA *spnego) out: return ret; } - |