summaryrefslogtreecommitdiff
path: root/src/tsg_icmp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tsg_icmp.cpp')
-rw-r--r--src/tsg_icmp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsg_icmp.cpp b/src/tsg_icmp.cpp
index f03f333..4ef118b 100644
--- a/src/tsg_icmp.cpp
+++ b/src/tsg_icmp.cpp
@@ -350,6 +350,6 @@ unsigned char send_icmp_unreachable(const struct streaminfo *a_stream)
__FUNCTION__,
debug_buf);
- return STATE_DROPPKT;
+ return STATE_DROPME|STATE_DROPPKT;;
}