diff options
author | Günther Deschner <gd@samba.org> | 2010-08-10 11:51:01 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-10 11:56:33 +0200 |
commit | 78fa58f8c36a111b5231a979aaa8b89a29ec815f (patch) | |
tree | 45875a8dc749b63f6cbd7ef3b985e8f1219ebe4d /libcli | |
parent | d84a2aeb6405f37d485a2108c05c932518dcd272 (diff) | |
download | samba-78fa58f8c36a111b5231a979aaa8b89a29ec815f.tar.gz |
libcli/auth/ntlmssp: remove outdated comment. The version flag is well understood now.
Guenther
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/auth/ntlmssp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcli/auth/ntlmssp.c b/libcli/auth/ntlmssp.c index edd532ef464..b7f14c153cc 100644 --- a/libcli/auth/ntlmssp.c +++ b/libcli/auth/ntlmssp.c @@ -124,8 +124,6 @@ void ntlmssp_handle_neg_flags(struct ntlmssp_state *ntlmssp_state, ntlmssp_state->neg_flags &= ~NTLMSSP_NEGOTIATE_SEAL; } - /* Woop Woop - unknown flag for Windows compatibility... - What does this really do ? JRA. */ if (!(neg_flags & NTLMSSP_NEGOTIATE_VERSION)) { ntlmssp_state->neg_flags &= ~NTLMSSP_NEGOTIATE_VERSION; } |