Revert accidental commit - I'll need to do a fair bit more testing before I
authorAndrew Bartlett <abartlet@samba.org>
Fri, 6 Sep 2002 11:49:16 +0000 (11:49 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 6 Sep 2002 11:49:16 +0000 (11:49 +0000)
commit changes to NTLMSSP flags.
(This used to be commit d200770796d871b3994a06fab45624068fdc5682)

source3/smbd/sesssetup.c

index 0253422596f2d10d119d1e23ccd22585c94f4d55..c37c655fd1630d33936b23f7599d847ea910936b 100644 (file)
@@ -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;