From b283dba09d1ad7bcf14066071cf2df8de95a9b12 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 6 Jan 2002 00:49:23 +0000 Subject: Some more SPNEGO fixes. (This used to be commit 0e564cb32acc70c1fc43f1be5ceb3637f0dc7361) --- source3/smbd/sesssetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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); /* ?? */ -- cgit