libcli/auth/ntlmssp: remove outdated comment. The version flag is well understood...
[amitay/samba.git] / libcli / auth / ntlmssp.c
index edd532ef464026305e3b606a04653beec61b658a..b7f14c153cc94ebec261cdbcd0c246e72a42e011 100644 (file)
@@ -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;
        }