diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-01-06 00:49:23 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-01-06 00:49:23 +0000 |
commit | b283dba09d1ad7bcf14066071cf2df8de95a9b12 (patch) | |
tree | 7073ef94e7dc235580ac408a8b4dadc2608a3bb2 /source3/smbd | |
parent | cba3586456925cc6fd91a233f5c84cabb778798c (diff) | |
download | samba-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.c | 2 |
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); /* ?? */ |