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 3166310..3476978 100644 --- a/src/tsg_entry.cpp +++ b/src/tsg_entry.cpp @@ -2320,7 +2320,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; } |
