summaryrefslogtreecommitdiff
path: root/src/tsg_entry.cpp
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2023-08-24 10:57:50 +0800
committer刘学利 <[email protected]>2023-08-25 09:20:35 +0000
commitf4f609c54bbf96091d3cdb089a7803e9e99b7ec7 (patch)
tree9de42ebfacce62f10c33345adb49e993fc02e732 /src/tsg_entry.cpp
parentabc9363ac16db3fb396051dc0f41dc5f3638b688 (diff)
OMPUB-1002: master处理dns atrribute识别出的application时未执行策略
Diffstat (limited to 'src/tsg_entry.cpp')
-rw-r--r--src/tsg_entry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp
index 53eeda6..66b99a0 100644
--- a/src/tsg_entry.cpp
+++ b/src/tsg_entry.cpp
@@ -2371,7 +2371,7 @@ static unsigned char tsg_master_all_entry(const struct streaminfo *a_stream, uns
}
break;
case TSG_METHOD_TYPE_TAMPER:
- if(0 == send_tamper_xxx(a_stream, &srt_action_context->tamper_count, a_packet))
+ if(0 == send_tamper_xxx(a_stream, &srt_action_context->tamper_count))
{
state|=APP_STATE_GIVEME|APP_STATE_DROPPKT;
}