summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-01-06 00:49:23 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-01-06 00:49:23 +0000
commitb283dba09d1ad7bcf14066071cf2df8de95a9b12 (patch)
tree7073ef94e7dc235580ac408a8b4dadc2608a3bb2 /source3/smbd
parentcba3586456925cc6fd91a233f5c84cabb778798c (diff)
downloadsamba-b283dba09d1ad7bcf14066071cf2df8de95a9b12.tar.gz
samba-b283dba09d1ad7bcf14066071cf2df8de95a9b12.tar.bz2
samba-b283dba09d1ad7bcf14066071cf2df8de95a9b12.zip
Some more SPNEGO fixes.
(This used to be commit 0e564cb32acc70c1fc43f1be5ceb3637f0dc7361)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/sesssetup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c
index 8b7a29ea86..c6cb40fcda 100644
--- a/source3/smbd/sesssetup.c
+++ b/source3/smbd/sesssetup.c
@@ -311,7 +311,7 @@ static int reply_spnego_negotiate(connection_struct *conn,
0,
0x30, /* ?? */
neg_flags,
- cryptkey, sizeof(cryptkey),
+ cryptkey, 8,
0, 0, 0,
0x3000); /* ?? */