diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-26 14:12:23 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-08-03 18:48:04 +1000 |
commit | 23bbf4e75850badaac7359643f9479bfa9d68a4e (patch) | |
tree | d648f55f052427bd3dc592a90286476d422cc36e /source3/smbd | |
parent | 36112a442fd851d79fef847bf75d570454116df8 (diff) | |
download | samba-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/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 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; } |