summaryrefslogtreecommitdiffstats
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 ee936963..0121f8ae 100644
--- a/packet.c
+++ b/packet.c
@@ -988,7 +988,7 @@ packet_read_poll1(void)
* Ariel Futoransky(futo@core-sdi.com)
*/
if (!receive_context.plaintext &&
- detect_attack(buffer_ptr(&input), padded_len, NULL) == DEATTACK_DETECTED)
+ detect_attack(buffer_ptr(&input), padded_len) == DEATTACK_DETECTED)
packet_disconnect("crc32 compensation attack: network attack detected");
/* Decrypt data to incoming_packet. */