summaryrefslogtreecommitdiff
path: root/source3/libsmb/spnego.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-01-27 02:35:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:06:16 -0500
commitf1022af07bbc72412d8fca7945a2c276fba88a7e (patch)
tree492381040a590053dd911c2771221fe1f92f5573 /source3/libsmb/spnego.c
parent114a24c19bfcdfdfd15df191d43c9cb36b705491 (diff)
downloadsamba-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/spnego.c')
-rw-r--r--source3/libsmb/spnego.c1
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;
}
-