typo in debug_ntlmssp_flags

Andrew Bartlett abartlet at samba.org
Sun Aug 25 18:46:00 GMT 2002


Kai Krueger wrote:
> 
> 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.

Applied.

-- 
Andrew Bartlett                                 abartlet at pcug.org.au
Manager, Authentication Subsystems, Samba Team  abartlet at samba.org
Student Network Administrator, Hawker College   abartlet at hawkerc.net
http://samba.org     http://build.samba.org     http://hawkerc.net



More information about the samba-technical mailing list