diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-09-06 11:49:16 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-09-06 11:49:16 +0000 |
commit | a92724025a877241b7ee25d6e9cd7c72bdfa2974 (patch) | |
tree | eab20ad830d4a398cc92f3f62a96f55e32bf1a29 /source3/smbd | |
parent | eec38ee3bb4bceeaa82abf8df1cce92b6a5781ce (diff) | |
download | samba-a92724025a877241b7ee25d6e9cd7c72bdfa2974.tar.gz samba-a92724025a877241b7ee25d6e9cd7c72bdfa2974.tar.bz2 samba-a92724025a877241b7ee25d6e9cd7c72bdfa2974.zip |
Revert accidental commit - I'll need to do a fair bit more testing before I
commit changes to NTLMSSP flags.
(This used to be commit d200770796d871b3994a06fab45624068fdc5682)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/sesssetup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c index 0253422596..c37c655fd1 100644 --- a/source3/smbd/sesssetup.c +++ b/source3/smbd/sesssetup.c @@ -313,9 +313,6 @@ static int reply_spnego_negotiate(connection_struct *conn, NTLMSSP_NEGOTIATE_128 | NTLMSSP_NEGOTIATE_NTLM | NTLMSSP_CHAL_TARGET_INFO; - - if (neg_flags & NTLMSSP_NEGOTIATE_NTLM2) - chal_flags |= NTLMSSP_NEGOTIATE_NTLM2; { DATA_BLOB domain_blob, struct_blob; |