summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/packet.c b/packet.c
index ee9369638..0121f8aee 100644
--- a/packet.c
+++ b/packet.c
@@ -988,7 +988,7 @@ packet_read_poll1(void)
988 * Ariel Futoransky(futo@core-sdi.com) 988 * Ariel Futoransky(futo@core-sdi.com)
989 */ 989 */
990 if (!receive_context.plaintext && 990 if (!receive_context.plaintext &&
991 detect_attack(buffer_ptr(&input), padded_len, NULL) == DEATTACK_DETECTED) 991 detect_attack(buffer_ptr(&input), padded_len) == DEATTACK_DETECTED)
992 packet_disconnect("crc32 compensation attack: network attack detected"); 992 packet_disconnect("crc32 compensation attack: network attack detected");
993 993
994 /* Decrypt data to incoming_packet. */ 994 /* Decrypt data to incoming_packet. */