typo in debug_ntlmssp_flags

Kai Krueger kai at kruegernetz.de
Sat Aug 24 23:39:01 GMT 2002


I assume the following lines in HEAD/source/libsmb/clispnego.c

        if (neg_flags & NTLMSSP_NEGOTIATE_SIGN)
                DEBUG(4, ("  NTLMSSP_NEGOTIATE_SIGN\n"));
        if (neg_flags & NTLMSSP_NEGOTIATE_SIGN)
                DEBUG(4, ("  NTLMSSP_NEGOTIATE_SEAL\n"));

should be

        if (neg_flags & NTLMSSP_NEGOTIATE_SIGN)
                DEBUG(4, ("  NTLMSSP_NEGOTIATE_SIGN\n"));
        if (neg_flags & NTLMSSP_NEGOTIATE_SEAL)
                DEBUG(4, ("  NTLMSSP_NEGOTIATE_SEAL\n"));
 
The attached patch changes this.

Kai
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clispnego.diff
Type: application/octet-stream
Size: 462 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20020824/64541557/clispnego.obj


More information about the samba-technical mailing list