summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-26 14:12:23 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-03 18:48:04 +1000
commit23bbf4e75850badaac7359643f9479bfa9d68a4e (patch)
treed648f55f052427bd3dc592a90286476d422cc36e /source3
parent36112a442fd851d79fef847bf75d570454116df8 (diff)
downloadsamba-23bbf4e75850badaac7359643f9479bfa9d68a4e.tar.gz
samba-23bbf4e75850badaac7359643f9479bfa9d68a4e.tar.bz2
samba-23bbf4e75850badaac7359643f9479bfa9d68a4e.zip
s3-smbd clarify behaviour by not passing an OID that will not be used
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3')
-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 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;
}