Leave the packet sequence checkers enabled whilst I track down a smbclient -> smbd
authorJeremy Allison <jra@samba.org>
Sat, 2 Aug 2003 03:12:39 +0000 (03:12 +0000)
committerJeremy Allison <jra@samba.org>
Sat, 2 Aug 2003 03:12:39 +0000 (03:12 +0000)
sequence number problem.
Jeremy.
(This used to be commit 844898dbd8e99837ef1621aa73024714aa819ce4)

source3/libsmb/smb_signing.c

index d4c50a71f0f1834cb178db94e211734420fa29f4..5fc44eb9537b12d9f8f5a8d37d2cda394d8a45ca 100644 (file)
@@ -351,7 +351,7 @@ static BOOL client_check_incoming_message(char *inbuf, struct smb_sign_info *si)
                
                DEBUG(5, ("client_check_incoming_message: BAD SIG: got SMB signature of\n"));
                dump_data(5, server_sent_mac, 8);
-#if 0 /* JRATEST */
+#if 1 /* JRATEST */
                {
                        int i;
                        reply_seq_number -= 5;
@@ -702,7 +702,7 @@ static BOOL srv_check_incoming_message(char *inbuf, struct smb_sign_info *si)
                DEBUG(5, ("srv_check_incoming_message: BAD SIG: got SMB signature of\n"));
                dump_data(5, server_sent_mac, 8);
 
-#if 0 /* JRATEST */
+#if 1 /* JRATEST */
                {
                        int i;
                        reply_seq_number -= 5;