From 4bd87235e6f42b62968355a6124641ddb21ca0fe Mon Sep 17 00:00:00 2001 From: wangyu Date: Thu, 27 Jul 2017 00:00:01 +0800 Subject: [PATCH] fixed icmp mode filter bug --- main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.cpp b/main.cpp index 3f03f1a..ed11731 100755 --- a/main.cpp +++ b/main.cpp @@ -2389,10 +2389,6 @@ int keep_connection_server() mylog(log_trace,"timer!\n"); if(server_current_state==server_nothing) { - if(raw_mode==mode_icmp) - { - remove_filter(); - } return 0; } if(server_current_state==server_syn_ack_sent &&get_current_time()-last_state_time>handshake_timeout )