libcli/auth/ntlmssp: remove outdated comment. The version flag is well understood...
authorGünther Deschner <gd@samba.org>
Tue, 10 Aug 2010 09:51:01 +0000 (11:51 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 10 Aug 2010 09:56:33 +0000 (11:56 +0200)
Guenther

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;
        }