summaryrefslogtreecommitdiff
path: root/src/tsg_action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tsg_action.cpp')
-rw-r--r--src/tsg_action.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tsg_action.cpp b/src/tsg_action.cpp
index 6293e0a..97fefbd 100644
--- a/src/tsg_action.cpp
+++ b/src/tsg_action.cpp
@@ -790,6 +790,7 @@ unsigned char tsg_deal_deny_action(const struct streaminfo *a_stream, Maat_rule_
local_state=set_drop_stream(a_stream, protocol);
}
break;
+ case TSG_METHOD_TYPE_RST:
case TSG_METHOD_TYPE_RESET:
local_state=do_action_reset(a_stream, p_result, protocol);
break;