r12922: Fix typo.
authorJeremy Allison <jra@samba.org>
Fri, 13 Jan 2006 23:54:12 +0000 (23:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:06:08 +0000 (11:06 -0500)
Jeremy.
(This used to be commit 1c32b352da270370e65d25939fdc56c2a415190f)

source3/libsmb/ntlmssp.c

index 6dd623047a093334ce431f13de569057839fedc6..c891ede9bb7d7c02aaaa7443e876599cd0abdb87 100644 (file)
@@ -385,7 +385,7 @@ static void ntlmssp_handle_neg_flags(struct ntlmssp_state *ntlmssp_state,
 void ntlmssp_weaken_keys(NTLMSSP_STATE *ntlmssp_state)
 {
        /* Nothing to weaken.  We certainly don't want to 'extend' the length... */
-       if (!ntlmssp_state->session_key.length < 8) {
+       if (ntlmssp_state->session_key.length < 8) {
                return;
        }