From 23bbf4e75850badaac7359643f9479bfa9d68a4e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 26 Jul 2011 14:12:23 +1000 Subject: s3-smbd clarify behaviour by not passing an OID that will not be used Signed-off-by: Andrew Tridgell --- source3/smbd/sesssetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/sesssetup.c') diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c index 54c469c25a..2f3bbd6171 100644 --- a/source3/smbd/sesssetup.c +++ b/source3/smbd/sesssetup.c @@ -1188,7 +1188,7 @@ static void reply_sesssetup_and_X_spnego(struct smb_request *req) reply_spnego_ntlmssp(req, vuid, &vuser->auth_ntlmssp_state, - &chal, status, OID_NTLMSSP, false); + &chal, status, NULL, false); data_blob_free(&chal); return; } -- cgit