diff options
Diffstat (limited to 'src/tsg_entry.cpp')
| -rw-r--r-- | src/tsg_entry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp index 372082c..3d902c7 100644 --- a/src/tsg_entry.cpp +++ b/src/tsg_entry.cpp @@ -1754,7 +1754,7 @@ static unsigned char matched_security_rules_deal(const struct streaminfo *a_stre } } - if(srt_process_context->proto==PROTO_HTTP || srt_process_context->proto==PROTO_SSL) + if((srt_process_context->proto==PROTO_HTTP || srt_process_context->proto==PROTO_SSL) && state&APP_STATE_DROPME) { state|=APP_STATE_KILL_OTHER; } |
